Html Css Color HEX #70842C Olive Drab

📋 copy color: '#70842C'

red 112 ◦ green 132 ◦ blue 44

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

Shades of Olive Drab #70842C

Tints of Olive Drab #70842C

RGB

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

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

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

R = 38.89%
G = 45.83%
B = 15.28%

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

#70842C (or 0x70842C) is known color: Olive Drab. HEX triplet: 70, 84 and 2C. RGB value is (112,132,44). Sum of RGB (Red+Green+Blue) = 112+132+44=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #70842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70842C is #8F7BD3. Grayscale: #747474. Windows color (decimal): -9403348 or 2917488. OLE color: 2917488.

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

Color convert

RGB 112 132 44 -
CMYK 0.15 0 0.67 0.48
HSL 73.64º 0.5% 0.35% -
HSV(B) 73.64º 0.67% 0.52% -
XYZ 15.39 20.13 5.46 -
YUV 115.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 112 132 44 0.15 0 0.67 0.48 73.64 0.5 0.35
Hex 70 84 2C F 0 43 30 4A 32 23
Octal 160 204 54 17 0 103 60 112 62 43
Binary 1110000 10000100 101100 1111 0 1000011 110000 1001010 110010 100011

Color Harmonies of #70842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70842C

Black with #70842C

Text Example


Text Example

White with #70842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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