#72760C

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

Shades of Olive #72760C

Tints of Olive #72760C

Color information

#72760C (or 0x72760C) is unknown color: approx Olive. HEX triplet: 72, 76 and 0C. RGB value is (114,118,12). Sum of RGB (Red+Green+Blue) = 114+118+12=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #72760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72760C is #8D89F3. Grayscale: #696969. Windows color (decimal): -9275892 or 816754. OLE color: 816754.

HSL color Cylindrical-coordinate representation of color #72760C: hue angle of 62.26º 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 #72760C is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11411812-
CMYK0.0300.900.54
HSL62.26º81.54%25.49%-
HSV(B)62.26º89.83%46.27%-
XYZ13.4816.562.83-
YUV104.7275.67134.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118120.0300.900.5462.2681.5425.49
Hex7276C305A363e5219
Octal1621661430132667612231
Binary1110010111011011001101011010110110111110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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