#766C12

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

Shades of Olivetone #766C12

Tints of Olivetone #766C12

Color information

#766C12 (or 0x766C12) is unknown color: approx Olivetone. HEX triplet: 76, 6C and 12. RGB value is (118,108,18). Sum of RGB (Red+Green+Blue) = 118+108+18=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #766C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C12 is #8993ED. Grayscale: #656565. Windows color (decimal): -9016302 or 1207414. OLE color: 1207414.

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

Color convert

RGB11810818-
CMYK00.080.850.54
HSL54º73.53%26.67%-
HSV(B)54º84.75%46.27%-
XYZ12.9414.622.71-
YUV100.7381.31140.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=48.36%
G=44.26%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181081800.080.850.545473.5326.67
Hex766C12085536364a1b
Octal16615422010125666611233
Binary1110110110110010010010001010101110110110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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