#70831E

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

Shades of Olive Drab #70831E

Tints of Olive Drab #70831E

Color information

#70831E (or 0x70831E) is unknown color: approx Olive Drab. HEX triplet: 70, 83 and 1E. RGB value is (112,131,30). Sum of RGB (Red+Green+Blue) = 112+131+30=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #70831E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70831E is #8F7CE1. Grayscale: #727272. Windows color (decimal): -9403618 or 1999728. OLE color: 1999728.

HSL color Cylindrical-coordinate representation of color #70831E: hue angle of 71.29º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70831E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB11213130-
CMYK0.1500.770.49
HSL71.29º62.73%31.57%-
HSV(B)71.29º77.1%51.37%-
XYZ15.0319.774.25-
YUV113.880.71126.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=41.03%
G=47.99%
B=10.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112131300.1500.770.4971.2962.7331.57
Hex70831EF04D31473f20
Octal16020336170115611077740
Binary111000010000011111101111010011011100011000111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70831E; }

 p { color: rgb(112,131,30); }

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

<style>
 a { background-color: #70831E; }

 a { background-color: rgb(112,131,30); }

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

<style>
 span { border-color: #70831E; }

 span { border-color: rgb(112,131,30); }

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