#766F12

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

Shades of Olivetone #766F12

Tints of Olivetone #766F12

Color information

#766F12 (or 0x766F12) is unknown color: approx Olivetone. HEX triplet: 76, 6F and 12. RGB value is (118,111,18). Sum of RGB (Red+Green+Blue) = 118+111+18=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F12 is #8990ED. Grayscale: #666666. Windows color (decimal): -9015534 or 1208182. OLE color: 1208182.

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

Color convert

RGB11811118-
CMYK00.060.850.54
HSL55.8º73.53%26.67%-
HSV(B)55.8º84.75%46.27%-
XYZ13.2615.262.82-
YUV102.4980.32139.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 111 (43.75% from 255) = 44.94%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=47.77%
G=44.94%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181111800.060.850.5455.873.5326.67
Hex766F12065536384a1b
Octal1661572206125667011233
Binary111011011011111001001101010101110110111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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