#70721D

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

Shades of Olivetone #70721D

Tints of Olivetone #70721D

Color information

#70721D (or 0x70721D) is unknown color: approx Olivetone. HEX triplet: 70, 72 and 1D. RGB value is (112,114,29). Sum of RGB (Red+Green+Blue) = 112+114+29=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #70721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70721D is #8F8DE2. Grayscale: #686868. Windows color (decimal): -9407971 or 1929840. OLE color: 1929840.

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

Color convert

RGB11211429-
CMYK0.0200.750.55
HSL61.41º59.44%28.04%-
HSV(B)61.41º74.56%44.71%-
XYZ12.9215.573.49-
YUV103.7185.84133.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=43.92%
G=44.71%
B=11.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114290.0200.750.5561.4159.4428.04
Hex70721D204B373d3b1c
Octal160162352011367757334
Binary1110000111001011101100100101111011111110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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