Html Css Color HEX #70832C Olive Drab

📋 copy color: '#70832C'

red 112 ◦ green 131 ◦ blue 44

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

Shades of Olive Drab #70832C

Tints of Olive Drab #70832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 39.02%
G = 45.64%
B = 15.33%

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

#70832C (or 0x70832C) is known color: Olive Drab. HEX triplet: 70, 83 and 2C. RGB value is (112,131,44). Sum of RGB (Red+Green+Blue) = 112+131+44=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #70832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70832C is #8F7CD3. Grayscale: #737373. Windows color (decimal): -9403604 or 2917232. OLE color: 2917232.

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

Color convert

RGB 112 131 44 -
CMYK 0.15 0 0.66 0.49
HSL 73.1º 0.5% 0.34% -
HSV(B) 73.1º 0.66% 0.51% -
XYZ 15.25 19.86 5.41 -
YUV 115.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 112 131 44 0.15 0 0.66 0.49 73.1 0.5 0.34
Hex 70 83 2C F 0 42 31 49 32 22
Octal 160 203 54 17 0 102 61 111 62 42
Binary 1110000 10000011 101100 1111 0 1000010 110001 1001001 110010 100010

Color Harmonies of #70832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70832C

Black with #70832C

Text Example


Text Example

White with #70832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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