#766D14

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

Shades of Olivetone #766D14

Tints of Olivetone #766D14

Color information

#766D14 (or 0x766D14) is unknown color: approx Olivetone. HEX triplet: 76, 6D and 14. RGB value is (118,109,20). Sum of RGB (Red+Green+Blue) = 118+109+20=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D14 is #8992EB. Grayscale: #656565. Windows color (decimal): -9016044 or 1338742. OLE color: 1338742.

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

Color convert

RGB11810920-
CMYK00.080.830.54
HSL54.49º71.01%27.06%-
HSV(B)54.49º83.05%46.27%-
XYZ13.0714.842.84-
YUV101.5481.98139.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=47.77%
G=44.13%
B=8.10%

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
Decimal1181092000.080.830.5454.4971.0127.06
Hex766D1408533636471b
Octal16615524010123666610733
Binary1110110110110110100010001010011110110110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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