#766D13

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

Shades of Olivetone #766D13

Tints of Olivetone #766D13

Color information

#766D13 (or 0x766D13) is unknown color: approx Olivetone. HEX triplet: 76, 6D and 13. RGB value is (118,109,19). Sum of RGB (Red+Green+Blue) = 118+109+19=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D13 is #8992EC. Grayscale: #656565. Windows color (decimal): -9016045 or 1273206. OLE color: 1273206.

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

Color convert

RGB11810919-
CMYK00.080.840.54
HSL54.55º72.26%26.86%-
HSV(B)54.55º83.9%46.27%-
XYZ13.0614.842.79-
YUV101.4381.48139.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=47.97%
G=44.31%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181091900.080.840.5454.5572.2626.86
Hex766D1308543637481b
Octal16615523010124666711033
Binary1110110110110110011010001010100110110110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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