Html Css Color HEX #719220 Olive Drab

📋 copy color: '#719220'

red 113 ◦ green 146 ◦ blue 32

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

Shades of Olive Drab #719220

Tints of Olive Drab #719220

RGB

 RED value IS 113 (44.53% from 255) = 38.83%

 GREEN value IS 146 (57.42% from 255) = 50.17%

 BLUE value IS 32 (12.89% from 255) = 11%

R = 38.83%
G = 50.17%
B = 11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#719220 (or 0x719220) is known color: Olive Drab. HEX triplet: 71, 92 and 20. RGB value is (113,146,32). Sum of RGB (Red+Green+Blue) = 113+146+32=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #719220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719220 is #8E6DDF. Grayscale: #7B7B7B. Windows color (decimal): -9334240 or 2134641. OLE color: 2134641.

HSL color Cylindrical-coordinate representation of color #719220: hue angle of 77.37º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #719220 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 32 -
CMYK 0.23 0 0.78 0.43
HSL 77.37º 0.64% 0.35% -
HSV(B) 77.37º 0.78% 0.57% -
XYZ 17.35 24.17 5.12 -
YUV 123.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 113 146 32 0.23 0 0.78 0.43 77.37 0.64 0.35
Hex 71 92 20 17 0 4E 2B 4D 40 23
Octal 161 222 40 27 0 116 53 115 100 43
Binary 1110001 10010010 100000 10111 0 1001110 101011 1001101 1000000 100011

Color Harmonies of #719220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719220

Black with #719220

Text Example


Text Example

White with #719220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719220; }

 p { color: rgb(113,146,32); }

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

background-color css

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

 a { background-color: rgb(113,146,32); }

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

border-color css

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

 span { border-color: rgb(113,146,32); }

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