Html Css Color HEX #708322 Olive Drab

📋 copy color: '#708322'

red 112 ◦ green 131 ◦ blue 34

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

Shades of Olive Drab #708322

Tints of Olive Drab #708322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 40.43%
G = 47.29%
B = 12.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#708322 (or 0x708322) is known color: Olive Drab. HEX triplet: 70, 83 and 22. RGB value is (112,131,34). Sum of RGB (Red+Green+Blue) = 112+131+34=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #708322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708322 is #8F7CDD. Grayscale: #727272. Windows color (decimal): -9403614 or 2261872. OLE color: 2261872.

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

Color convert

RGB 112 131 34 -
CMYK 0.15 0 0.74 0.49
HSL 71.75º 0.59% 0.32% -
HSV(B) 71.75º 0.74% 0.51% -
XYZ 15.09 19.79 4.54 -
YUV 114.26 82.71 126.39 -
System Red Green Blue C M Y K H S L
Decimal 112 131 34 0.15 0 0.74 0.49 71.75 0.59 0.32
Hex 70 83 22 F 0 4A 31 48 3B 20
Octal 160 203 42 17 0 112 61 110 73 40
Binary 1110000 10000011 100010 1111 0 1001010 110001 1001000 111011 100000

Color Harmonies of #708322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708322

Black with #708322

Text Example


Text Example

White with #708322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708322; }

 p { color: rgb(112,131,34); }

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

background-color css

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

 a { background-color: rgb(112,131,34); }

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

border-color css

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

 span { border-color: rgb(112,131,34); }

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