Html Css Color HEX #719329 Olive Drab

📋 copy color: '#719329'

red 113 ◦ green 147 ◦ blue 41

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

Shades of Olive Drab #719329

Tints of Olive Drab #719329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 37.54%
G = 48.84%
B = 13.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#719329 (or 0x719329) is known color: Olive Drab. HEX triplet: 71, 93 and 29. RGB value is (113,147,41). Sum of RGB (Red+Green+Blue) = 113+147+41=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #719329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719329 is #8E6CD6. Grayscale: #7D7D7D. Windows color (decimal): -9333975 or 2724721. OLE color: 2724721.

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

Color convert

RGB 113 147 41 -
CMYK 0.23 0 0.72 0.42
HSL 79.25º 0.56% 0.37% -
HSV(B) 79.25º 0.72% 0.58% -
XYZ 17.64 24.54 5.9 -
YUV 124.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 113 147 41 0.23 0 0.72 0.42 79.25 0.56 0.37
Hex 71 93 29 17 0 48 2A 4F 38 25
Octal 161 223 51 27 0 110 52 117 70 45
Binary 1110001 10010011 101001 10111 0 1001000 101010 1001111 111000 100101

Color Harmonies of #719329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719329

Black with #719329

Text Example


Text Example

White with #719329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719329; }

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

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

background-color css

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

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

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

border-color css

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

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

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