Html Css Color HEX #708221 Olive Drab

📋 copy color: '#708221'

red 112 ◦ green 130 ◦ blue 33

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

Shades of Olive Drab #708221

Tints of Olive Drab #708221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12%

R = 40.73%
G = 47.27%
B = 12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#708221 (or 0x708221) is known color: Olive Drab. HEX triplet: 70, 82 and 21. RGB value is (112,130,33). Sum of RGB (Red+Green+Blue) = 112+130+33=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #708221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708221 is #8F7DDE. Grayscale: #717171. Windows color (decimal): -9403871 or 2196080. OLE color: 2196080.

HSL color Cylindrical-coordinate representation of color #708221: hue angle of 71.13º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #708221 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 33 -
CMYK 0.14 0 0.75 0.49
HSL 71.13º 0.6% 0.32% -
HSV(B) 71.13º 0.75% 0.51% -
XYZ 14.94 19.52 4.42 -
YUV 113.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 112 130 33 0.14 0 0.75 0.49 71.13 0.6 0.32
Hex 70 82 21 E 0 4B 31 47 3C 20
Octal 160 202 41 16 0 113 61 107 74 40
Binary 1110000 10000010 100001 1110 0 1001011 110001 1000111 111100 100000

Color Harmonies of #708221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708221

Black with #708221

Text Example


Text Example

White with #708221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708221; }

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

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

background-color css

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

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

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

border-color css

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

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

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