Html Css Color HEX #70832D Olive Drab

📋 copy color: '#70832D'

red 112 ◦ green 131 ◦ blue 45

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

Shades of Olive Drab #70832D

Tints of Olive Drab #70832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

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

R = 38.89%
G = 45.49%
B = 15.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#70832D (or 0x70832D) is known color: Olive Drab. HEX triplet: 70, 83 and 2D. RGB value is (112,131,45). Sum of RGB (Red+Green+Blue) = 112+131+45=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #70832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70832D is #8F7CD2. Grayscale: #737373. Windows color (decimal): -9403603 or 2982768. OLE color: 2982768.

HSL color Cylindrical-coordinate representation of color #70832D: hue angle of 73.26º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70832D is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 45 -
CMYK 0.15 0 0.66 0.49
HSL 73.26º 0.49% 0.35% -
HSV(B) 73.26º 0.66% 0.51% -
XYZ 15.27 19.87 5.51 -
YUV 115.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 112 131 45 0.15 0 0.66 0.49 73.26 0.49 0.35
Hex 70 83 2D F 0 42 31 49 31 23
Octal 160 203 55 17 0 102 61 111 61 43
Binary 1110000 10000011 101101 1111 0 1000010 110001 1001001 110001 100011

Color Harmonies of #70832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70832D

Black with #70832D

Text Example


Text Example

White with #70832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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