Html Css Color HEX #719914 Olive Drab

📋 copy color: '#719914'

red 113 ◦ green 153 ◦ blue 20

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

Shades of Olive Drab #719914

Tints of Olive Drab #719914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 39.51%
G = 53.5%
B = 6.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#719914 (or 0x719914) is known color: Olive Drab. HEX triplet: 71, 99 and 14. RGB value is (113,153,20). Sum of RGB (Red+Green+Blue) = 113+153+20=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #719914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719914 is #8E66EB. Grayscale: #7E7E7E. Windows color (decimal): -9332460 or 1350001. OLE color: 1350001.

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

Color convert

RGB 113 153 20 -
CMYK 0.26 0 0.87 0.4
HSL 78.05º 0.77% 0.34% -
HSV(B) 78.05º 0.87% 0.6% -
XYZ 18.33 26.34 4.78 -
YUV 125.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 113 153 20 0.26 0 0.87 0.4 78.05 0.77 0.34
Hex 71 99 14 1A 0 57 28 4E 4D 22
Octal 161 231 24 32 0 127 50 116 115 42
Binary 1110001 10011001 10100 11010 0 1010111 101000 1001110 1001101 100010

Color Harmonies of #719914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719914

Black with #719914

Text Example


Text Example

White with #719914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719914; }

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

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

background-color css

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

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

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

border-color css

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

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

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