#766D0E

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

Shades of Olivetone #766D0E

Tints of Olivetone #766D0E

Color information

#766D0E (or 0x766D0E) is unknown color: approx Olivetone. HEX triplet: 76, 6D and 0E. RGB value is (118,109,14). Sum of RGB (Red+Green+Blue) = 118+109+14=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D0E is #8992F1. Grayscale: #656565. Windows color (decimal): -9016050 or 945526. OLE color: 945526.

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

Color convert

RGB11810914-
CMYK00.080.880.54
HSL54.81º78.79%25.88%-
HSV(B)54.81º88.14%46.27%-
XYZ13.0214.822.59-
YUV100.8678.98140.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 109 (42.97% from 255) = 45.23%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=48.96%
G=45.23%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181091400.080.880.5454.8178.7925.88
Hex766DE085836374f1a
Octal16615516010130666711732
Binary111011011011011110010001011000110110110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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