#72740A

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

Shades of Olive #72740A

Tints of Olive #72740A

Color information

#72740A (or 0x72740A) is unknown color: approx Olive. HEX triplet: 72, 74 and 0A. RGB value is (114,116,10). Sum of RGB (Red+Green+Blue) = 114+116+10=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #72740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72740A is #8D8BF5. Grayscale: #676767. Windows color (decimal): -9276406 or 685170. OLE color: 685170.

HSL color Cylindrical-coordinate representation of color #72740A: hue angle of 61.13º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72740A is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11411610-
CMYK0.0200.910.55
HSL61.13º84.13%24.71%-
HSV(B)61.13º91.38%45.49%-
XYZ13.2416.092.7-
YUV103.3275.34135.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 116 (45.70% from 255) = 48.33%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=47.5%
G=48.33%
B=4.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116100.0200.910.5561.1384.1324.71
Hex7274A205B373d5419
Octal1621641220133677512431
Binary1110010111010010101001011011110111111101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72740A; }

 p { color: rgb(114,116,10); }

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

<style>
 a { background-color: #72740A; }

 a { background-color: rgb(114,116,10); }

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

<style>
 span { border-color: #72740A; }

 span { border-color: rgb(114,116,10); }

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