#70720D

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

Shades of Olive #70720D

Tints of Olive #70720D

Color information

#70720D (or 0x70720D) is unknown color: approx Olive. HEX triplet: 70, 72 and 0D. RGB value is (112,114,13). Sum of RGB (Red+Green+Blue) = 112+114+13=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #70720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70720D is #8F8DF2. Grayscale: #666666. Windows color (decimal): -9407987 or 881264. OLE color: 881264.

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

Color convert

RGB11211413-
CMYK0.0200.890.55
HSL61.19º79.53%24.9%-
HSV(B)61.19º88.6%44.71%-
XYZ12.7715.512.7-
YUV101.8977.84135.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=46.86%
G=47.70%
B=5.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114130.0200.890.5561.1979.5324.9
Hex7072D2059373d5019
Octal1601621520131677512031
Binary1110000111001011011001011001110111111101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70720D; }

 p { color: rgb(112,114,13); }

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

<style>
 a { background-color: #70720D; }

 a { background-color: rgb(112,114,13); }

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

<style>
 span { border-color: #70720D; }

 span { border-color: rgb(112,114,13); }

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