Html Css Color HEX #719714 Olive Drab

📋 copy color: '#719714'

red 113 ◦ green 151 ◦ blue 20

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

Shades of Olive Drab #719714

Tints of Olive Drab #719714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.17%

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

R = 39.79%
G = 53.17%
B = 7.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#719714 (or 0x719714) is known color: Olive Drab. HEX triplet: 71, 97 and 14. RGB value is (113,151,20). Sum of RGB (Red+Green+Blue) = 113+151+20=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #719714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719714 is #8E68EB. Grayscale: #7D7D7D. Windows color (decimal): -9332972 or 1349489. OLE color: 1349489.

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

Color convert

RGB 113 151 20 -
CMYK 0.25 0 0.87 0.41
HSL 77.4º 0.77% 0.34% -
HSV(B) 77.4º 0.87% 0.59% -
XYZ 18 25.69 4.67 -
YUV 124.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 113 151 20 0.25 0 0.87 0.41 77.4 0.77 0.34
Hex 71 97 14 19 0 57 29 4D 4D 22
Octal 161 227 24 31 0 127 51 115 115 42
Binary 1110001 10010111 10100 11001 0 1010111 101001 1001101 1001101 100010

Color Harmonies of #719714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719714

Black with #719714

Text Example


Text Example

White with #719714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719714; }

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

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

background-color css

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

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

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

border-color css

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

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

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