Html Css Color HEX #719405 Olive Drab

📋 copy color: '#719405'

red 113 ◦ green 148 ◦ blue 5

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

Shades of Olive Drab #719405

Tints of Olive Drab #719405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.64%

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

R = 42.48%
G = 55.64%
B = 1.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#719405 (or 0x719405) is known color: Olive Drab. HEX triplet: 71, 94 and 05. RGB value is (113,148,5). Sum of RGB (Red+Green+Blue) = 113+148+5=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #719405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719405 is #8E6BFA. Grayscale: #797979. Windows color (decimal): -9333755 or 365681. OLE color: 365681.

HSL color Cylindrical-coordinate representation of color #719405: hue angle of 74.69º 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 #719405 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 5 -
CMYK 0.24 0 0.97 0.42
HSL 74.69º 0.93% 0.3% -
HSV(B) 74.69º 0.97% 0.58% -
XYZ 17.43 24.7 3.99 -
YUV 121.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 113 148 5 0.24 0 0.97 0.42 74.69 0.93 0.3
Hex 71 94 5 18 0 61 2A 4B 5D 1E
Octal 161 224 5 30 0 141 52 113 135 36
Binary 1110001 10010100 101 11000 0 1100001 101010 1001011 1011101 11110

Color Harmonies of #719405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719405

Black with #719405

Text Example


Text Example

White with #719405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719405; }

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

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

background-color css

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

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

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

border-color css

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

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

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