Html Css Color HEX #70822C Olive Drab

📋 copy color: '#70822C'

red 112 ◦ green 130 ◦ blue 44

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

Shades of Olive Drab #70822C

Tints of Olive Drab #70822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 39.16%
G = 45.45%
B = 15.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#70822C (or 0x70822C) is known color: Olive Drab. HEX triplet: 70, 82 and 2C. RGB value is (112,130,44). Sum of RGB (Red+Green+Blue) = 112+130+44=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #70822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70822C is #8F7DD3. Grayscale: #737373. Windows color (decimal): -9403860 or 2916976. OLE color: 2916976.

HSL color Cylindrical-coordinate representation of color #70822C: hue angle of 72.56º degrees, saturation: 0.49, 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 #70822C is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 44 -
CMYK 0.14 0 0.66 0.49
HSL 72.56º 0.49% 0.34% -
HSV(B) 72.56º 0.66% 0.51% -
XYZ 15.12 19.59 5.37 -
YUV 114.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 112 130 44 0.14 0 0.66 0.49 72.56 0.49 0.34
Hex 70 82 2C E 0 42 31 49 31 22
Octal 160 202 54 16 0 102 61 111 61 42
Binary 1110000 10000010 101100 1110 0 1000010 110001 1001001 110001 100010

Color Harmonies of #70822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70822C

Black with #70822C

Text Example


Text Example

White with #70822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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