#72740B

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

Shades of Olive #72740B

Tints of Olive #72740B

Color information

#72740B (or 0x72740B) is unknown color: approx Olive. HEX triplet: 72, 74 and 0B. RGB value is (114,116,11). Sum of RGB (Red+Green+Blue) = 114+116+11=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #72740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72740B is #8D8BF4. Grayscale: #676767. Windows color (decimal): -9276405 or 750706. OLE color: 750706.

HSL color Cylindrical-coordinate representation of color #72740B: hue angle of 61.14º degrees, saturation: 0.83, 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 #72740B is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11411611-
CMYK0.0200.910.55
HSL61.14º82.68%24.9%-
HSV(B)61.14º90.52%45.49%-
XYZ13.2516.092.72-
YUV103.4375.84135.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=47.30%
G=48.13%
B=4.56%

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
Decimal114116110.0200.910.5561.1482.6824.9
Hex7274B205B373d5319
Octal1621641320133677512331
Binary1110010111010010111001011011110111111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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