#76720C

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

Shades of Olive #76720C

Tints of Olive #76720C

Color information

#76720C (or 0x76720C) is unknown color: approx Olive. HEX triplet: 76, 72 and 0C. RGB value is (118,114,12). Sum of RGB (Red+Green+Blue) = 118+114+12=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76720C is #898DF3. Grayscale: #676767. Windows color (decimal): -9014772 or 815734. OLE color: 815734.

HSL color Cylindrical-coordinate representation of color #76720C: hue angle of 57.74º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76720C is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11811412-
CMYK00.030.900.54
HSL57.74º81.54%25.49%-
HSV(B)57.74º89.83%46.27%-
XYZ13.5515.912.7-
YUV103.5776.33138.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=48.36%
G=46.72%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181141200.030.900.5457.7481.5425.49
Hex7672C035A363a5219
Octal1661621403132667212231
Binary1110110111001011000111011010110110111010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76720C; }

 p { color: rgb(118,114,12); }

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

<style>
 a { background-color: #76720C; }

 a { background-color: rgb(118,114,12); }

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

<style>
 span { border-color: #76720C; }

 span { border-color: rgb(118,114,12); }

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