#766C14

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

Shades of Olivetone #766C14

Tints of Olivetone #766C14

Color information

#766C14 (or 0x766C14) is unknown color: approx Olivetone. HEX triplet: 76, 6C and 14. RGB value is (118,108,20). Sum of RGB (Red+Green+Blue) = 118+108+20=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C14 is #8993EB. Grayscale: #656565. Windows color (decimal): -9016300 or 1338486. OLE color: 1338486.

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

Color convert

RGB11810820-
CMYK00.080.830.54
HSL53.88º71.01%27.06%-
HSV(B)53.88º83.05%46.27%-
XYZ12.9614.632.8-
YUV100.9682.31140.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 20 (8.20% from 255) = 8.13%
R=47.97%
G=43.90%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181082000.080.830.5453.8871.0127.06
Hex766C1408533636471b
Octal16615424010123666610733
Binary1110110110110010100010001010011110110110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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