Html Css Color HEX #719816 Olive Drab

📋 copy color: '#719816'

red 113 ◦ green 152 ◦ blue 22

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

Shades of Olive Drab #719816

Tints of Olive Drab #719816

RGB

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

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

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

R = 39.37%
G = 52.96%
B = 7.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#719816 (or 0x719816) is known color: Olive Drab. HEX triplet: 71, 98 and 16. RGB value is (113,152,22). Sum of RGB (Red+Green+Blue) = 113+152+22=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #719816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719816 is #8E67E9. Grayscale: #7D7D7D. Windows color (decimal): -9332714 or 1480817. OLE color: 1480817.

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

Color convert

RGB 113 152 22 -
CMYK 0.26 0 0.86 0.40
HSL 78º 0.75% 0.34% -
HSV(B) 78º 0.86% 0.6% -
XYZ 18.18 26.03 4.82 -
YUV 125.52 69.58 119.07 -
System Red Green Blue C M Y K H S L
Decimal 113 152 22 0.26 0 0.86 0.40 78 0.75 0.34
Hex 71 98 16 1A 0 56 28 4E 4B 22
Octal 161 230 26 32 0 126 50 116 113 42
Binary 1110001 10011000 10110 11010 0 1010110 101000 1001110 1001011 100010

Color Harmonies of #719816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719816

Black with #719816

Text Example


Text Example

White with #719816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719816; }

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

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

background-color css

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

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

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

border-color css

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

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

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