Html Css Color HEX #70822F Olive Drab

📋 copy color: '#70822F'

red 112 ◦ green 130 ◦ blue 47

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

Shades of Olive Drab #70822F

Tints of Olive Drab #70822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 38.75%
G = 44.98%
B = 16.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#70822F (or 0x70822F) is known color: Olive Drab. HEX triplet: 70, 82 and 2F. RGB value is (112,130,47). Sum of RGB (Red+Green+Blue) = 112+130+47=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #70822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70822F is #8F7DD0. Grayscale: #737373. Windows color (decimal): -9403857 or 3113584. OLE color: 3113584.

HSL color Cylindrical-coordinate representation of color #70822F: hue angle of 73.01º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70822F is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 47 -
CMYK 0.14 0 0.64 0.49
HSL 73.01º 0.47% 0.35% -
HSV(B) 73.01º 0.64% 0.51% -
XYZ 15.18 19.62 5.68 -
YUV 115.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 112 130 47 0.14 0 0.64 0.49 73.01 0.47 0.35
Hex 70 82 2F E 0 40 31 49 2F 23
Octal 160 202 57 16 0 100 61 111 57 43
Binary 1110000 10000010 101111 1110 0 1000000 110001 1001001 101111 100011

Color Harmonies of #70822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70822F

Black with #70822F

Text Example


Text Example

White with #70822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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