#766D16

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

Shades of Olivetone #766D16

Tints of Olivetone #766D16

Color information

#766D16 (or 0x766D16) is unknown color: approx Olivetone. HEX triplet: 76, 6D and 16. RGB value is (118,109,22). Sum of RGB (Red+Green+Blue) = 118+109+22=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D16 is #8992E9. Grayscale: #666666. Windows color (decimal): -9016042 or 1469814. OLE color: 1469814.

HSL color Cylindrical-coordinate representation of color #766D16: hue angle of 54.38º 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 #766D16 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB11810922-
CMYK00.080.810.54
HSL54.38º68.57%27.45%-
HSV(B)54.38º81.36%46.27%-
XYZ13.0814.852.94-
YUV101.7782.98139.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=47.39%
G=43.78%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181092200.080.810.5454.3868.5727.45
Hex766D1608513636451b
Octal16615526010121666610533
Binary1110110110110110110010001010001110110110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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