Html Css Color HEX #719124 Olive Drab

📋 copy color: '#719124'

red 113 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #719124

Tints of Olive Drab #719124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 38.44%
G = 49.32%
B = 12.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#719124 (or 0x719124) is known color: Olive Drab. HEX triplet: 71, 91 and 24. RGB value is (113,145,36). Sum of RGB (Red+Green+Blue) = 113+145+36=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #719124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719124 is #8E6EDB. Grayscale: #7B7B7B. Windows color (decimal): -9334492 or 2396529. OLE color: 2396529.

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

Color convert

RGB 113 145 36 -
CMYK 0.22 0 0.75 0.43
HSL 77.61º 0.6% 0.35% -
HSV(B) 77.61º 0.75% 0.57% -
XYZ 17.25 23.89 5.37 -
YUV 123.01 78.9 120.86 -
System Red Green Blue C M Y K H S L
Decimal 113 145 36 0.22 0 0.75 0.43 77.61 0.6 0.35
Hex 71 91 24 16 0 4B 2B 4E 3C 23
Octal 161 221 44 26 0 113 53 116 74 43
Binary 1110001 10010001 100100 10110 0 1001011 101011 1001110 111100 100011

Color Harmonies of #719124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719124

Black with #719124

Text Example


Text Example

White with #719124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719124; }

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

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

background-color css

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

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

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

border-color css

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

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

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