Html Css Color HEX #719511 Olive Drab

📋 copy color: '#719511'

red 113 ◦ green 149 ◦ blue 17

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

Shades of Olive Drab #719511

Tints of Olive Drab #719511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.41%

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

R = 40.5%
G = 53.41%
B = 6.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#719511 (or 0x719511) is known color: Olive Drab. HEX triplet: 71, 95 and 11. RGB value is (113,149,17). Sum of RGB (Red+Green+Blue) = 113+149+17=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #719511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719511 is #8E6AEE. Grayscale: #7B7B7B. Windows color (decimal): -9333487 or 1152369. OLE color: 1152369.

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

Color convert

RGB 113 149 17 -
CMYK 0.24 0 0.89 0.42
HSL 76.36º 0.8% 0.33% -
HSV(B) 76.36º 0.89% 0.58% -
XYZ 17.66 25.05 4.43 -
YUV 123.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 113 149 17 0.24 0 0.89 0.42 76.36 0.8 0.33
Hex 71 95 11 18 0 59 2A 4C 50 21
Octal 161 225 21 30 0 131 52 114 120 41
Binary 1110001 10010101 10001 11000 0 1011001 101010 1001100 1010000 100001

Color Harmonies of #719511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719511

Black with #719511

Text Example


Text Example

White with #719511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719511; }

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

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

background-color css

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

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

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

border-color css

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

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

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