Html Css Color HEX #719811 Olive Drab

📋 copy color: '#719811'

red 113 ◦ green 152 ◦ blue 17

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

Shades of Olive Drab #719811

Tints of Olive Drab #719811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

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

R = 40.07%
G = 53.9%
B = 6.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#719811 (or 0x719811) is known color: Olive Drab. HEX triplet: 71, 98 and 11. RGB value is (113,152,17). Sum of RGB (Red+Green+Blue) = 113+152+17=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #719811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719811 is #8E67EE. Grayscale: #7D7D7D. Windows color (decimal): -9332719 or 1153137. OLE color: 1153137.

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

Color convert

RGB 113 152 17 -
CMYK 0.26 0 0.89 0.40
HSL 77.33º 0.8% 0.33% -
HSV(B) 77.33º 0.89% 0.6% -
XYZ 18.14 26.01 4.59 -
YUV 124.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 113 152 17 0.26 0 0.89 0.40 77.33 0.8 0.33
Hex 71 98 11 1A 0 59 28 4D 50 21
Octal 161 230 21 32 0 131 50 115 120 41
Binary 1110001 10011000 10001 11010 0 1011001 101000 1001101 1010000 100001

Color Harmonies of #719811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719811

Black with #719811

Text Example


Text Example

White with #719811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719811; }

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

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

background-color css

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

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

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

border-color css

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

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

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