#767006

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

Shades of Olive #767006

Tints of Olive #767006

Color information

#767006 (or 0x767006) is unknown color: approx Olive. HEX triplet: 76, 70 and 06. RGB value is (118,112,6). Sum of RGB (Red+Green+Blue) = 118+112+6=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #767006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767006 is #898FF9. Grayscale: #666666. Windows color (decimal): -9015290 or 422006. OLE color: 422006.

HSL color Cylindrical-coordinate representation of color #767006: hue angle of 56.79º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #767006 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB1181126-
CMYK00.050.950.54
HSL56.79º90.32%24.31%-
HSV(B)56.79º94.92%46.27%-
XYZ13.315.452.45-
YUV101.7173.99139.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=50%
G=47.46%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118112600.050.950.5456.7990.3224.31
Hex76706055F36395a18
Octal166160605137667113230
Binary1110110111000011001011011111110110111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767006; }

 p { color: rgb(118,112,6); }

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

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

 a { background-color: rgb(118,112,6); }

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

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

 span { border-color: rgb(118,112,6); }

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