Html Css Color HEX #719728 Olive Drab

📋 copy color: '#719728'

red 113 ◦ green 151 ◦ blue 40

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

Shades of Olive Drab #719728

Tints of Olive Drab #719728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 37.17%
G = 49.67%
B = 13.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#719728 (or 0x719728) is known color: Olive Drab. HEX triplet: 71, 97 and 28. RGB value is (113,151,40). Sum of RGB (Red+Green+Blue) = 113+151+40=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #719728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719728 is #8E68D7. Grayscale: #7F7F7F. Windows color (decimal): -9332952 or 2660209. OLE color: 2660209.

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

Color convert

RGB 113 151 40 -
CMYK 0.25 0 0.74 0.41
HSL 80.54º 0.58% 0.37% -
HSV(B) 80.54º 0.74% 0.59% -
XYZ 18.26 25.8 6.02 -
YUV 126.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 113 151 40 0.25 0 0.74 0.41 80.54 0.58 0.37
Hex 71 97 28 19 0 4A 29 51 3A 25
Octal 161 227 50 31 0 112 51 121 72 45
Binary 1110001 10010111 101000 11001 0 1001010 101001 1010001 111010 100101

Color Harmonies of #719728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719728

Black with #719728

Text Example


Text Example

White with #719728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719728; }

 p { color: rgb(113,151,40); }

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

background-color css

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

 a { background-color: rgb(113,151,40); }

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

border-color css

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

 span { border-color: rgb(113,151,40); }

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