#766B16

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

Shades of Olivetone #766B16

Tints of Olivetone #766B16

Color information

#766B16 (or 0x766B16) is unknown color: approx Olivetone. HEX triplet: 76, 6B and 16. RGB value is (118,107,22). Sum of RGB (Red+Green+Blue) = 118+107+22=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B16 is #8994E9. Grayscale: #646464. Windows color (decimal): -9016554 or 1469302. OLE color: 1469302.

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

Color convert

RGB11810722-
CMYK00.090.810.54
HSL53.12º68.57%27.45%-
HSV(B)53.12º81.36%46.27%-
XYZ12.8714.422.86-
YUV100.683.64140.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=47.77%
G=43.32%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181072200.090.810.5453.1268.5727.45
Hex766B1609513635451b
Octal16615326011121666510533
Binary1110110110101110110010011010001110110110101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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