#766B18

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

Shades of Olivetone #766B18

Tints of Olivetone #766B18

Color information

#766B18 (or 0x766B18) is unknown color: approx Olivetone. HEX triplet: 76, 6B and 18. RGB value is (118,107,24). Sum of RGB (Red+Green+Blue) = 118+107+24=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #766B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B18 is #8994E7. Grayscale: #656565. Windows color (decimal): -9016552 or 1600374. OLE color: 1600374.

HSL color Cylindrical-coordinate representation of color #766B18: hue angle of 52.98º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #766B18 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB11810724-
CMYK00.090.800.54
HSL52.98º66.2%27.84%-
HSV(B)52.98º79.66%46.27%-
XYZ12.8914.432.97-
YUV100.8384.64140.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=47.39%
G=42.97%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181072400.090.800.5452.9866.227.84
Hex766B1809503635421c
Octal16615330011120666510234
Binary1110110110101111000010011010000110110110101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,24); }

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

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

 a { background-color: rgb(118,107,24); }

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

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

 span { border-color: rgb(118,107,24); }

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