Html Css Color HEX #719418 Olive Drab

📋 copy color: '#719418'

red 113 ◦ green 148 ◦ blue 24

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

Shades of Olive Drab #719418

Tints of Olive Drab #719418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.93%

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

R = 39.65%
G = 51.93%
B = 8.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#719418 (or 0x719418) is known color: Olive Drab. HEX triplet: 71, 94 and 18. RGB value is (113,148,24). Sum of RGB (Red+Green+Blue) = 113+148+24=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #719418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719418 is #8E6BE7. Grayscale: #7B7B7B. Windows color (decimal): -9333736 or 1610865. OLE color: 1610865.

HSL color Cylindrical-coordinate representation of color #719418: hue angle of 76.94º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #719418 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 24 -
CMYK 0.24 0 0.84 0.42
HSL 76.94º 0.72% 0.34% -
HSV(B) 76.94º 0.84% 0.58% -
XYZ 17.56 24.76 4.72 -
YUV 123.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 113 148 24 0.24 0 0.84 0.42 76.94 0.72 0.34
Hex 71 94 18 18 0 54 2A 4D 48 22
Octal 161 224 30 30 0 124 52 115 110 42
Binary 1110001 10010100 11000 11000 0 1010100 101010 1001101 1001000 100010

Color Harmonies of #719418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719418

Black with #719418

Text Example


Text Example

White with #719418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719418; }

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

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

background-color css

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

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

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

border-color css

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

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

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