Html Css Color HEX #719711 Olive Drab

📋 copy color: '#719711'

red 113 ◦ green 151 ◦ blue 17

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

Shades of Olive Drab #719711

Tints of Olive Drab #719711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 40.21%
G = 53.74%
B = 6.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#719711 (or 0x719711) is known color: Olive Drab. HEX triplet: 71, 97 and 11. RGB value is (113,151,17). Sum of RGB (Red+Green+Blue) = 113+151+17=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #719711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719711 is #8E68EE. Grayscale: #7C7C7C. Windows color (decimal): -9332975 or 1152881. OLE color: 1152881.

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

Color convert

RGB 113 151 17 -
CMYK 0.25 0 0.89 0.41
HSL 77.01º 0.8% 0.33% -
HSV(B) 77.01º 0.89% 0.59% -
XYZ 17.98 25.68 4.54 -
YUV 124.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 113 151 17 0.25 0 0.89 0.41 77.01 0.8 0.33
Hex 71 97 11 19 0 59 29 4D 50 21
Octal 161 227 21 31 0 131 51 115 120 41
Binary 1110001 10010111 10001 11001 0 1011001 101001 1001101 1010000 100001

Color Harmonies of #719711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719711

Black with #719711

Text Example


Text Example

White with #719711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719711; }

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

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

background-color css

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

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

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

border-color css

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

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

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