Html Css Color HEX #719614 Olive Drab

📋 copy color: '#719614'

red 113 ◦ green 150 ◦ blue 20

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

Shades of Olive Drab #719614

Tints of Olive Drab #719614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53%

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

R = 39.93%
G = 53%
B = 7.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#719614 (or 0x719614) is known color: Olive Drab. HEX triplet: 71, 96 and 14. RGB value is (113,150,20). Sum of RGB (Red+Green+Blue) = 113+150+20=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #719614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719614 is #8E69EB. Grayscale: #7C7C7C. Windows color (decimal): -9333228 or 1349233. OLE color: 1349233.

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

Color convert

RGB 113 150 20 -
CMYK 0.25 0 0.87 0.41
HSL 77.08º 0.76% 0.33% -
HSV(B) 77.08º 0.87% 0.59% -
XYZ 17.84 25.37 4.62 -
YUV 124.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 113 150 20 0.25 0 0.87 0.41 77.08 0.76 0.33
Hex 71 96 14 19 0 57 29 4D 4C 21
Octal 161 226 24 31 0 127 51 115 114 41
Binary 1110001 10010110 10100 11001 0 1010111 101001 1001101 1001100 100001

Color Harmonies of #719614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719614

Black with #719614

Text Example


Text Example

White with #719614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719614; }

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

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

background-color css

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

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

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

border-color css

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

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

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