#766E16

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

Shades of Olivetone #766E16

Tints of Olivetone #766E16

Color information

#766E16 (or 0x766E16) is unknown color: approx Olivetone. HEX triplet: 76, 6E and 16. RGB value is (118,110,22). Sum of RGB (Red+Green+Blue) = 118+110+22=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #766E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E16 is #8991E9. Grayscale: #666666. Windows color (decimal): -9015786 or 1470070. OLE color: 1470070.

HSL color Cylindrical-coordinate representation of color #766E16: hue angle of 55º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766E16 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB11811022-
CMYK00.070.810.54
HSL55º68.57%27.45%-
HSV(B)55º81.36%46.27%-
XYZ13.1915.062.97-
YUV102.3682.65139.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 110 (43.36% from 255) = 44%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=47.2%
G=44%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181102200.070.810.545568.5727.45
Hex766E1607513637451b
Octal1661562607121666710533
Binary111011011011101011001111010001110110110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E16; }

 p { color: rgb(118,110,22); }

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

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

 a { background-color: rgb(118,110,22); }

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

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

 span { border-color: rgb(118,110,22); }

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