Html Css Color HEX #70842B Olive Drab

📋 copy color: '#70842B'

red 112 ◦ green 132 ◦ blue 43

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

Shades of Olive Drab #70842B

Tints of Olive Drab #70842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 39.02%
G = 45.99%
B = 14.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#70842B (or 0x70842B) is known color: Olive Drab. HEX triplet: 70, 84 and 2B. RGB value is (112,132,43). Sum of RGB (Red+Green+Blue) = 112+132+43=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #70842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70842B is #8F7BD4. Grayscale: #747474. Windows color (decimal): -9403349 or 2851952. OLE color: 2851952.

HSL color Cylindrical-coordinate representation of color #70842B: hue angle of 73.48º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70842B is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 43 -
CMYK 0.15 0 0.67 0.48
HSL 73.48º 0.51% 0.34% -
HSV(B) 73.48º 0.67% 0.52% -
XYZ 15.37 20.12 5.36 -
YUV 115.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 112 132 43 0.15 0 0.67 0.48 73.48 0.51 0.34
Hex 70 84 2B F 0 43 30 49 33 22
Octal 160 204 53 17 0 103 60 111 63 42
Binary 1110000 10000100 101011 1111 0 1000011 110000 1001001 110011 100010

Color Harmonies of #70842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70842B

Black with #70842B

Text Example


Text Example

White with #70842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70842B; }

 p { color: rgb(112,132,43); }

 H1.HeaderClassName
 {
   color: #70842B;
 }
 .AnyTagClassName
 {
   color: #70842B;
 }
</style>

background-color css

<style>
 a { background-color: #70842B; }

 a { background-color: rgb(112,132,43); }

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

border-color css

<style>
 span { border-color: #70842B; }

 span { border-color: rgb(112,132,43); }

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