Html Css Color HEX #719305 Olive Drab

📋 copy color: '#719305'

red 113 ◦ green 147 ◦ blue 5

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

Shades of Olive Drab #719305

Tints of Olive Drab #719305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.47%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 42.64%
G = 55.47%
B = 1.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#719305 (or 0x719305) is known color: Olive Drab. HEX triplet: 71, 93 and 05. RGB value is (113,147,5). Sum of RGB (Red+Green+Blue) = 113+147+5=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #719305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719305 is #8E6CFA. Grayscale: #797979. Windows color (decimal): -9334011 or 365425. OLE color: 365425.

HSL color Cylindrical-coordinate representation of color #719305: hue angle of 74.37º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #719305 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 5 -
CMYK 0.23 0 0.97 0.42
HSL 74.37º 0.93% 0.3% -
HSV(B) 74.37º 0.97% 0.58% -
XYZ 17.27 24.39 3.94 -
YUV 120.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 113 147 5 0.23 0 0.97 0.42 74.37 0.93 0.3
Hex 71 93 5 17 0 61 2A 4A 5D 1E
Octal 161 223 5 27 0 141 52 112 135 36
Binary 1110001 10010011 101 10111 0 1100001 101010 1001010 1011101 11110

Color Harmonies of #719305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719305

Black with #719305

Text Example


Text Example

White with #719305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719305; }

 p { color: rgb(113,147,5); }

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

background-color css

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

 a { background-color: rgb(113,147,5); }

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

border-color css

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

 span { border-color: rgb(113,147,5); }

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