#766D15

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

Shades of Olivetone #766D15

Tints of Olivetone #766D15

Color information

#766D15 (or 0x766D15) is unknown color: approx Olivetone. HEX triplet: 76, 6D and 15. RGB value is (118,109,21). Sum of RGB (Red+Green+Blue) = 118+109+21=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #766D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D15 is #8992EA. Grayscale: #666666. Windows color (decimal): -9016043 or 1404278. OLE color: 1404278.

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

Color convert

RGB11810921-
CMYK00.080.820.54
HSL54.43º69.78%27.25%-
HSV(B)54.43º82.2%46.27%-
XYZ13.0814.842.89-
YUV101.6682.48139.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=47.58%
G=43.95%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181092100.080.820.5454.4369.7827.25
Hex766D1508523636461b
Octal16615525010122666610633
Binary1110110110110110101010001010010110110110110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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