#766F16

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

Shades of Olivetone #766F16

Tints of Olivetone #766F16

Color information

#766F16 (or 0x766F16) is unknown color: approx Olivetone. HEX triplet: 76, 6F and 16. RGB value is (118,111,22). Sum of RGB (Red+Green+Blue) = 118+111+22=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #766F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F16 is #8990E9. Grayscale: #676767. Windows color (decimal): -9015530 or 1470326. OLE color: 1470326.

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

Color convert

RGB11811122-
CMYK00.060.810.54
HSL55.62º68.57%27.45%-
HSV(B)55.62º81.36%46.27%-
XYZ13.315.283.01-
YUV102.9582.32138.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 111 (43.75% from 255) = 44.22%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=47.01%
G=44.22%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181112200.060.810.5455.6268.5727.45
Hex766F1606513638451b
Octal1661572606121667010533
Binary111011011011111011001101010001110110111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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