Html Css Color HEX #719514 Olive Drab

📋 copy color: '#719514'

red 113 ◦ green 149 ◦ blue 20

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

Shades of Olive Drab #719514

Tints of Olive Drab #719514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

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

R = 40.07%
G = 52.84%
B = 7.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#719514 (or 0x719514) is known color: Olive Drab. HEX triplet: 71, 95 and 14. RGB value is (113,149,20). Sum of RGB (Red+Green+Blue) = 113+149+20=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #719514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719514 is #8E6AEB. Grayscale: #7C7C7C. Windows color (decimal): -9333484 or 1348977. OLE color: 1348977.

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

Color convert

RGB 113 149 20 -
CMYK 0.24 0 0.87 0.42
HSL 76.74º 0.76% 0.33% -
HSV(B) 76.74º 0.87% 0.58% -
XYZ 17.68 25.06 4.57 -
YUV 123.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 113 149 20 0.24 0 0.87 0.42 76.74 0.76 0.33
Hex 71 95 14 18 0 57 2A 4D 4C 21
Octal 161 225 24 30 0 127 52 115 114 41
Binary 1110001 10010101 10100 11000 0 1010111 101010 1001101 1001100 100001

Color Harmonies of #719514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719514

Black with #719514

Text Example


Text Example

White with #719514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719514; }

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

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

background-color css

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

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

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

border-color css

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

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

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