Html Css Color HEX #719819 Olive Drab

📋 copy color: '#719819'

red 113 ◦ green 152 ◦ blue 25

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

Shades of Olive Drab #719819

Tints of Olive Drab #719819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.62%

R = 38.97%
G = 52.41%
B = 8.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#719819 (or 0x719819) is known color: Olive Drab. HEX triplet: 71, 98 and 19. RGB value is (113,152,25). Sum of RGB (Red+Green+Blue) = 113+152+25=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #719819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719819 is #8E67E6. Grayscale: #7E7E7E. Windows color (decimal): -9332711 or 1677425. OLE color: 1677425.

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

Color convert

RGB 113 152 25 -
CMYK 0.26 0 0.84 0.40
HSL 78.43º 0.72% 0.35% -
HSV(B) 78.43º 0.84% 0.6% -
XYZ 18.21 26.04 4.99 -
YUV 125.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 113 152 25 0.26 0 0.84 0.40 78.43 0.72 0.35
Hex 71 98 19 1A 0 54 28 4E 48 23
Octal 161 230 31 32 0 124 50 116 110 43
Binary 1110001 10011000 11001 11010 0 1010100 101000 1001110 1001000 100011

Color Harmonies of #719819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719819

Black with #719819

Text Example


Text Example

White with #719819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719819; }

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

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

background-color css

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

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

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

border-color css

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

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

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