#766C15

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

Shades of Olivetone #766C15

Tints of Olivetone #766C15

Color information

#766C15 (or 0x766C15) is unknown color: approx Olivetone. HEX triplet: 76, 6C and 15. RGB value is (118,108,21). Sum of RGB (Red+Green+Blue) = 118+108+21=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C15 is #8993EA. Grayscale: #656565. Windows color (decimal): -9016299 or 1404022. OLE color: 1404022.

HSL color Cylindrical-coordinate representation of color #766C15: hue angle of 53.81º 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 #766C15 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB11810821-
CMYK00.080.820.54
HSL53.81º69.78%27.25%-
HSV(B)53.81º82.2%46.27%-
XYZ12.9714.632.85-
YUV101.0782.81140.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=47.77%
G=43.72%
B=8.50%

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
Decimal1181082100.080.820.5453.8169.7827.25
Hex766C1508523636461b
Octal16615425010122666610633
Binary1110110110110010101010001010010110110110110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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