Html Css Color HEX #719A19 Olive Drab

📋 copy color: '#719A19'

red 113 ◦ green 154 ◦ blue 25

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

Shades of Olive Drab #719A19

Tints of Olive Drab #719A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.74%

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

R = 38.7%
G = 52.74%
B = 8.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#719A19 (or 0x719A19) is known color: Olive Drab. HEX triplet: 71, 9A and 19. RGB value is (113,154,25). Sum of RGB (Red+Green+Blue) = 113+154+25=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #719A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719A19 is #8E65E6. Grayscale: #7F7F7F. Windows color (decimal): -9332199 or 1677937. OLE color: 1677937.

HSL color Cylindrical-coordinate representation of color #719A19: hue angle of 79.07º 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 #719A19 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 154 25 -
CMYK 0.27 0 0.84 0.40
HSL 79.07º 0.72% 0.35% -
HSV(B) 79.07º 0.84% 0.6% -
XYZ 18.54 26.69 5.09 -
YUV 127.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 113 154 25 0.27 0 0.84 0.40 79.07 0.72 0.35
Hex 71 9A 19 1B 0 54 28 4F 48 23
Octal 161 232 31 33 0 124 50 117 110 43
Binary 1110001 10011010 11001 11011 0 1010100 101000 1001111 1001000 100011

Color Harmonies of #719A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A19

Black with #719A19

Text Example


Text Example

White with #719A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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