Html Css Color HEX #719919 Olive Drab

📋 copy color: '#719919'

red 113 ◦ green 153 ◦ blue 25

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

Shades of Olive Drab #719919

Tints of Olive Drab #719919

RGB

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

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

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

R = 38.83%
G = 52.58%
B = 8.59%

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

#719919 (or 0x719919) is known color: Olive Drab. HEX triplet: 71, 99 and 19. RGB value is (113,153,25). Sum of RGB (Red+Green+Blue) = 113+153+25=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #719919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719919 is #8E66E6. Grayscale: #7E7E7E. Windows color (decimal): -9332455 or 1677681. OLE color: 1677681.

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

Color convert

RGB 113 153 25 -
CMYK 0.26 0 0.84 0.4
HSL 78.75º 0.72% 0.35% -
HSV(B) 78.75º 0.84% 0.6% -
XYZ 18.38 26.36 5.04 -
YUV 126.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 113 153 25 0.26 0 0.84 0.4 78.75 0.72 0.35
Hex 71 99 19 1A 0 54 28 4F 48 23
Octal 161 231 31 32 0 124 50 117 110 43
Binary 1110001 10011001 11001 11010 0 1010100 101000 1001111 1001000 100011

Color Harmonies of #719919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719919

Black with #719919

Text Example


Text Example

White with #719919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719919; }

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

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

background-color css

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

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

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

border-color css

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

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

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