Html Css Color HEX #719814 Olive Drab

📋 copy color: '#719814'

red 113 ◦ green 152 ◦ blue 20

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

Shades of Olive Drab #719814

Tints of Olive Drab #719814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 39.65%
G = 53.33%
B = 7.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#719814 (or 0x719814) is known color: Olive Drab. HEX triplet: 71, 98 and 14. RGB value is (113,152,20). Sum of RGB (Red+Green+Blue) = 113+152+20=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #719814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719814 is #8E67EB. Grayscale: #7D7D7D. Windows color (decimal): -9332716 or 1349745. OLE color: 1349745.

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

Color convert

RGB 113 152 20 -
CMYK 0.26 0 0.87 0.40
HSL 77.73º 0.77% 0.34% -
HSV(B) 77.73º 0.87% 0.6% -
XYZ 18.16 26.02 4.73 -
YUV 125.29 68.58 119.23 -
System Red Green Blue C M Y K H S L
Decimal 113 152 20 0.26 0 0.87 0.40 77.73 0.77 0.34
Hex 71 98 14 1A 0 57 28 4E 4D 22
Octal 161 230 24 32 0 127 50 116 115 42
Binary 1110001 10011000 10100 11010 0 1010111 101000 1001110 1001101 100010

Color Harmonies of #719814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719814

Black with #719814

Text Example


Text Example

White with #719814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719814; }

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

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

background-color css

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

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

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

border-color css

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

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

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