Html Css Color HEX #719924 Olive Drab

📋 copy color: '#719924'

red 113 ◦ green 153 ◦ blue 36

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

Shades of Olive Drab #719924

Tints of Olive Drab #719924

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.66%

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

R = 37.42%
G = 50.66%
B = 11.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#719924 (or 0x719924) is known color: Olive Drab. HEX triplet: 71, 99 and 24. RGB value is (113,153,36). Sum of RGB (Red+Green+Blue) = 113+153+36=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #719924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719924 is #8E66DB. Grayscale: #808080. Windows color (decimal): -9332444 or 2398577. OLE color: 2398577.

HSL color Cylindrical-coordinate representation of color #719924: hue angle of 80.51º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #719924 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 36 -
CMYK 0.26 0 0.76 0.4
HSL 80.51º 0.62% 0.37% -
HSV(B) 80.51º 0.76% 0.6% -
XYZ 18.52 26.42 5.79 -
YUV 127.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 113 153 36 0.26 0 0.76 0.4 80.51 0.62 0.37
Hex 71 99 24 1A 0 4C 28 51 3E 25
Octal 161 231 44 32 0 114 50 121 76 45
Binary 1110001 10011001 100100 11010 0 1001100 101000 1010001 111110 100101

Color Harmonies of #719924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719924

Black with #719924

Text Example


Text Example

White with #719924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719924; }

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

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

background-color css

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

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

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

border-color css

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

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

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