Html Css Color HEX #70862D Olive Drab

📋 copy color: '#70862D'

red 112 ◦ green 134 ◦ blue 45

#70862D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #70862D

Tints of Olive Drab #70862D

RGB

 RED value IS 112 (44.14% from 255) = 38.49%

 GREEN value IS 134 (52.73% from 255) = 46.05%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 38.49%
G = 46.05%
B = 15.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#70862D (or 0x70862D) is known color: Olive Drab. HEX triplet: 70, 86 and 2D. RGB value is (112,134,45). Sum of RGB (Red+Green+Blue) = 112+134+45=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #70862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70862D is #8F79D2. Grayscale: #757575. Windows color (decimal): -9402835 or 2983536. OLE color: 2983536.

HSL color Cylindrical-coordinate representation of color #70862D: hue angle of 74.83º degrees, saturation: 0.5, 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 #70862D is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 45 -
CMYK 0.16 0 0.66 0.47
HSL 74.83º 0.5% 0.35% -
HSV(B) 74.83º 0.66% 0.53% -
XYZ 15.68 20.68 5.65 -
YUV 117.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 112 134 45 0.16 0 0.66 0.47 74.83 0.5 0.35
Hex 70 86 2D 10 0 42 2F 4B 32 23
Octal 160 206 55 20 0 102 57 113 62 43
Binary 1110000 10000110 101101 10000 0 1000010 101111 1001011 110010 100011

Color Harmonies of #70862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70862D

Black with #70862D

Text Example


Text Example

White with #70862D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70862D;
 }
 .AnyTagClassName
 {
   color: #70862D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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