Html Css Color HEX #719824 Olive Drab

📋 copy color: '#719824'

red 113 ◦ green 152 ◦ blue 36

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

Shades of Olive Drab #719824

Tints of Olive Drab #719824

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.5%

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

R = 37.54%
G = 50.5%
B = 11.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#719824 (or 0x719824) is known color: Olive Drab. HEX triplet: 71, 98 and 24. RGB value is (113,152,36). Sum of RGB (Red+Green+Blue) = 113+152+36=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #719824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719824 is #8E67DB. Grayscale: #7F7F7F. Windows color (decimal): -9332700 or 2398321. OLE color: 2398321.

HSL color Cylindrical-coordinate representation of color #719824: hue angle of 80.17º 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 #719824 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 36 -
CMYK 0.26 0 0.76 0.40
HSL 80.17º 0.62% 0.37% -
HSV(B) 80.17º 0.76% 0.6% -
XYZ 18.36 26.09 5.74 -
YUV 127.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 113 152 36 0.26 0 0.76 0.40 80.17 0.62 0.37
Hex 71 98 24 1A 0 4C 28 50 3E 25
Octal 161 230 44 32 0 114 50 120 76 45
Binary 1110001 10011000 100100 11010 0 1001100 101000 1010000 111110 100101

Color Harmonies of #719824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719824

Black with #719824

Text Example


Text Example

White with #719824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719824; }

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

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

background-color css

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

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

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

border-color css

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

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

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