Html Css Color HEX #719115 Olive Drab

📋 copy color: '#719115'

red 113 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #719115

Tints of Olive Drab #719115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.97%

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 40.5%
G = 51.97%
B = 7.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#719115 (or 0x719115) is known color: Olive Drab. HEX triplet: 71, 91 and 15. RGB value is (113,145,21). Sum of RGB (Red+Green+Blue) = 113+145+21=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #719115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719115 is #8E6EEA. Grayscale: #797979. Windows color (decimal): -9334507 or 1413489. OLE color: 1413489.

HSL color Cylindrical-coordinate representation of color #719115: hue angle of 75.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #719115 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 21 -
CMYK 0.22 0 0.86 0.43
HSL 75.48º 0.75% 0.33% -
HSV(B) 75.48º 0.86% 0.57% -
XYZ 17.07 23.82 4.41 -
YUV 121.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 113 145 21 0.22 0 0.86 0.43 75.48 0.75 0.33
Hex 71 91 15 16 0 56 2B 4B 4B 21
Octal 161 221 25 26 0 126 53 113 113 41
Binary 1110001 10010001 10101 10110 0 1010110 101011 1001011 1001011 100001

Color Harmonies of #719115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719115

Black with #719115

Text Example


Text Example

White with #719115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719115; }

 p { color: rgb(113,145,21); }

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

background-color css

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

 a { background-color: rgb(113,145,21); }

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

border-color css

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

 span { border-color: rgb(113,145,21); }

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