Html Css Color HEX #719316 Olive Drab

📋 copy color: '#719316'

red 113 ◦ green 147 ◦ blue 22

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

Shades of Olive Drab #719316

Tints of Olive Drab #719316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.13%

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 40.07%
G = 52.13%
B = 7.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#719316 (or 0x719316) is known color: Olive Drab. HEX triplet: 71, 93 and 16. RGB value is (113,147,22). Sum of RGB (Red+Green+Blue) = 113+147+22=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #719316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719316 is #8E6CE9. Grayscale: #7B7B7B. Windows color (decimal): -9333994 or 1479537. OLE color: 1479537.

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

Color convert

RGB 113 147 22 -
CMYK 0.23 0 0.85 0.42
HSL 76.32º 0.74% 0.33% -
HSV(B) 76.32º 0.85% 0.58% -
XYZ 17.39 24.44 4.56 -
YUV 122.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 113 147 22 0.23 0 0.85 0.42 76.32 0.74 0.33
Hex 71 93 16 17 0 55 2A 4C 4A 21
Octal 161 223 26 27 0 125 52 114 112 41
Binary 1110001 10010011 10110 10111 0 1010101 101010 1001100 1001010 100001

Color Harmonies of #719316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719316

Black with #719316

Text Example


Text Example

White with #719316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719316; }

 p { color: rgb(113,147,22); }

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

background-color css

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

 a { background-color: rgb(113,147,22); }

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

border-color css

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

 span { border-color: rgb(113,147,22); }

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