Html Css Color HEX #719918 Olive Drab

📋 copy color: '#719918'

red 113 ◦ green 153 ◦ blue 24

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

Shades of Olive Drab #719918

Tints of Olive Drab #719918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 38.97%
G = 52.76%
B = 8.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#719918 (or 0x719918) is known color: Olive Drab. HEX triplet: 71, 99 and 18. RGB value is (113,153,24). Sum of RGB (Red+Green+Blue) = 113+153+24=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #719918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719918 is #8E66E7. Grayscale: #7E7E7E. Windows color (decimal): -9332456 or 1612145. OLE color: 1612145.

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

Color convert

RGB 113 153 24 -
CMYK 0.26 0 0.84 0.4
HSL 78.6º 0.73% 0.35% -
HSV(B) 78.6º 0.84% 0.6% -
XYZ 18.37 26.36 4.98 -
YUV 126.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 113 153 24 0.26 0 0.84 0.4 78.6 0.73 0.35
Hex 71 99 18 1A 0 54 28 4F 49 23
Octal 161 231 30 32 0 124 50 117 111 43
Binary 1110001 10011001 11000 11010 0 1010100 101000 1001111 1001001 100011

Color Harmonies of #719918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719918

Black with #719918

Text Example


Text Example

White with #719918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719918; }

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

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

background-color css

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

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

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

border-color css

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

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

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