#766D0D

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

Shades of Olive #766D0D

Tints of Olive #766D0D

Color information

#766D0D (or 0x766D0D) is unknown color: approx Olive. HEX triplet: 76, 6D and 0D. RGB value is (118,109,13). Sum of RGB (Red+Green+Blue) = 118+109+13=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D0D is #8992F2. Grayscale: #656565. Windows color (decimal): -9016051 or 879990. OLE color: 879990.

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

Color convert

RGB11810913-
CMYK00.080.890.54
HSL54.86º80.15%25.69%-
HSV(B)54.86º88.98%46.27%-
XYZ13.0114.822.56-
YUV100.7578.48140.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=49.17%
G=45.42%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181091300.080.890.5454.8680.1525.69
Hex766DD08593637501a
Octal16615515010131666712032
Binary111011011011011101010001011001110110110111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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