Html Css Color HEX #719129 Olive Drab

📋 copy color: '#719129'

red 113 ◦ green 145 ◦ blue 41

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

Shades of Olive Drab #719129

Tints of Olive Drab #719129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.49%

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

R = 37.79%
G = 48.49%
B = 13.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#719129 (or 0x719129) is known color: Olive Drab. HEX triplet: 71, 91 and 29. RGB value is (113,145,41). Sum of RGB (Red+Green+Blue) = 113+145+41=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #719129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719129 is #8E6ED6. Grayscale: #7B7B7B. Windows color (decimal): -9334487 or 2724209. OLE color: 2724209.

HSL color Cylindrical-coordinate representation of color #719129: hue angle of 78.46º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #719129 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 41 -
CMYK 0.22 0 0.72 0.43
HSL 78.46º 0.56% 0.36% -
HSV(B) 78.46º 0.72% 0.57% -
XYZ 17.34 23.92 5.8 -
YUV 123.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 113 145 41 0.22 0 0.72 0.43 78.46 0.56 0.36
Hex 71 91 29 16 0 48 2B 4E 38 24
Octal 161 221 51 26 0 110 53 116 70 44
Binary 1110001 10010001 101001 10110 0 1001000 101011 1001110 111000 100100

Color Harmonies of #719129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719129

Black with #719129

Text Example


Text Example

White with #719129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719129; }

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

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

background-color css

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

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

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

border-color css

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

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

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