#70720B

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

Shades of Olive #70720B

Tints of Olive #70720B

Color information

#70720B (or 0x70720B) is unknown color: approx Olive. HEX triplet: 70, 72 and 0B. RGB value is (112,114,11). Sum of RGB (Red+Green+Blue) = 112+114+11=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #70720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70720B is #8F8DF4. Grayscale: #666666. Windows color (decimal): -9407989 or 750192. OLE color: 750192.

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

Color convert

RGB11211411-
CMYK0.0200.900.55
HSL61.17º82.4%24.51%-
HSV(B)61.17º90.35%44.71%-
XYZ12.7615.52.64-
YUV101.6676.84135.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 11 (4.69% from 255) = 4.64%
R=47.26%
G=48.10%
B=4.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114110.0200.900.5561.1782.424.51
Hex7072B205A373d5219
Octal1601621320132677512231
Binary1110000111001010111001011010110111111101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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