#70883D

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

Shades of Olive Drab #70883D

Tints of Olive Drab #70883D

Color information

#70883D (or 0x70883D) is unknown color: approx Olive Drab. HEX triplet: 70, 88 and 3D. RGB value is (112,136,61). Sum of RGB (Red+Green+Blue) = 112+136+61=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #70883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70883D is #8F77C2. Grayscale: #787878. Windows color (decimal): -9402307 or 4032624. OLE color: 4032624.

HSL color Cylindrical-coordinate representation of color #70883D: hue angle of 79.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70883D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB11213661-
CMYK0.1800.550.47
HSL79.2º38.07%38.63%-
HSV(B)79.2º55.15%53.33%-
XYZ16.3321.397.68-
YUV120.2794.55122.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=36.25%
G=44.01%
B=19.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136610.1800.550.4779.238.0738.63
Hex70883D120372F4f2627
Octal1602107522067571174647
Binary1110000100010001111011001001101111011111001111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,136,61); }

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

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

 a { background-color: rgb(112,136,61); }

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

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

 span { border-color: rgb(112,136,61); }

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