#76740B

Color #76740B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #76740B

Tints of Olive #76740B

Color information

#76740B (or 0x76740B) is unknown color: approx Olive. HEX triplet: 76, 74 and 0B. RGB value is (118,116,11). Sum of RGB (Red+Green+Blue) = 118+116+11=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76740B is #898BF4. Grayscale: #696969. Windows color (decimal): -9014261 or 750710. OLE color: 750710.

HSL color Cylindrical-coordinate representation of color #76740B: hue angle of 58.88º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76740B is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB11811611-
CMYK00.020.910.54
HSL58.88º82.95%25.29%-
HSV(B)58.88º90.68%46.27%-
XYZ13.7816.372.75-
YUV104.6375.16137.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 11 (4.69% from 255) = 4.49%
R=48.16%
G=47.35%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181161100.020.910.5458.8882.9525.29
Hex7674B025B363b5319
Octal1661641302133667312331
Binary1110110111010010110101011011110110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76740B; }

 p { color: rgb(118,116,11); }

 H1.HeaderClassName
 {
   color: #76740B;
 }
 .AnyTagClassName
 {
   color: #76740B;
 }
</style>
background-color css

<style>
 a { background-color: #76740B; }

 a { background-color: rgb(118,116,11); }

 div.DivClassName
 {
   background-color: #76740B;
 }
 .BgClassName
 {
   background-color: #76740B;
 }
</style>
border-color css

<style>
 span { border-color: #76740B; }

 span { border-color: rgb(118,116,11); }

 td.TdClassName
 {
   border-color: #76740B;
 }
 .TagClassName
 {
   border-color: #76740B;
 }
</style>