Html Css Color HEX #719520 Olive Drab

📋 copy color: '#719520'

red 113 ◦ green 149 ◦ blue 32

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

Shades of Olive Drab #719520

Tints of Olive Drab #719520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.68%

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

R = 38.44%
G = 50.68%
B = 10.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#719520 (or 0x719520) is known color: Olive Drab. HEX triplet: 71, 95 and 20. RGB value is (113,149,32). Sum of RGB (Red+Green+Blue) = 113+149+32=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #719520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719520 is #8E6ADF. Grayscale: #7D7D7D. Windows color (decimal): -9333472 or 2135409. OLE color: 2135409.

HSL color Cylindrical-coordinate representation of color #719520: hue angle of 78.46º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #719520 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 32 -
CMYK 0.24 0 0.79 0.42
HSL 78.46º 0.65% 0.35% -
HSV(B) 78.46º 0.79% 0.58% -
XYZ 17.82 25.11 5.27 -
YUV 124.9 75.57 119.51 -
System Red Green Blue C M Y K H S L
Decimal 113 149 32 0.24 0 0.79 0.42 78.46 0.65 0.35
Hex 71 95 20 18 0 4F 2A 4E 41 23
Octal 161 225 40 30 0 117 52 116 101 43
Binary 1110001 10010101 100000 11000 0 1001111 101010 1001110 1000001 100011

Color Harmonies of #719520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719520

Black with #719520

Text Example


Text Example

White with #719520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719520; }

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

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

background-color css

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

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

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

border-color css

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

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

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