#70862E

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

Shades of Olive Drab #70862E

Tints of Olive Drab #70862E

Color information

#70862E (or 0x70862E) is unknown color: approx Olive Drab. HEX triplet: 70, 86 and 2E. RGB value is (112,134,46). Sum of RGB (Red+Green+Blue) = 112+134+46=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #70862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70862E is #8F79D1. Grayscale: #757575. Windows color (decimal): -9402834 or 3049072. OLE color: 3049072.

HSL color Cylindrical-coordinate representation of color #70862E: hue angle of 75º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70862E is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB11213446-
CMYK0.1600.660.47
HSL75º48.89%35.29%-
HSV(B)75º65.67%52.55%-
XYZ15.720.695.75-
YUV117.3987.71124.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=38.36%
G=45.89%
B=15.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134460.1600.660.477548.8935.29
Hex70862E100422F4b3123
Octal16020656200102571136143
Binary11100001000011010111010000010000101011111001011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,134,46); }

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

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

 a { background-color: rgb(112,134,46); }

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

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

 span { border-color: rgb(112,134,46); }

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