Html Css Color HEX #719320 Olive Drab

📋 copy color: '#719320'

red 113 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #719320

Tints of Olive Drab #719320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

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

R = 38.7%
G = 50.34%
B = 10.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#719320 (or 0x719320) is known color: Olive Drab. HEX triplet: 71, 93 and 20. RGB value is (113,147,32). Sum of RGB (Red+Green+Blue) = 113+147+32=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #719320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719320 is #8E6CDF. Grayscale: #7C7C7C. Windows color (decimal): -9333984 or 2134897. OLE color: 2134897.

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

Color convert

RGB 113 147 32 -
CMYK 0.23 0 0.78 0.42
HSL 77.74º 0.64% 0.35% -
HSV(B) 77.74º 0.78% 0.58% -
XYZ 17.5 24.48 5.17 -
YUV 123.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 113 147 32 0.23 0 0.78 0.42 77.74 0.64 0.35
Hex 71 93 20 17 0 4E 2A 4E 40 23
Octal 161 223 40 27 0 116 52 116 100 43
Binary 1110001 10010011 100000 10111 0 1001110 101010 1001110 1000000 100011

Color Harmonies of #719320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719320

Black with #719320

Text Example


Text Example

White with #719320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719320; }

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

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

background-color css

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

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

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

border-color css

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

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

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