Html Css Color HEX #719407 Olive Drab

📋 copy color: '#719407'

red 113 ◦ green 148 ◦ blue 7

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

Shades of Olive Drab #719407

Tints of Olive Drab #719407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.61%

R = 42.16%
G = 55.22%
B = 2.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#719407 (or 0x719407) is known color: Olive Drab. HEX triplet: 71, 94 and 07. RGB value is (113,148,7). Sum of RGB (Red+Green+Blue) = 113+148+7=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #719407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719407 is #8E6BF8. Grayscale: #797979. Windows color (decimal): -9333753 or 496753. OLE color: 496753.

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

Color convert

RGB 113 148 7 -
CMYK 0.24 0 0.95 0.42
HSL 74.89º 0.91% 0.3% -
HSV(B) 74.89º 0.95% 0.58% -
XYZ 17.44 24.71 4.05 -
YUV 121.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 113 148 7 0.24 0 0.95 0.42 74.89 0.91 0.3
Hex 71 94 7 18 0 5F 2A 4B 5B 1E
Octal 161 224 7 30 0 137 52 113 133 36
Binary 1110001 10010100 111 11000 0 1011111 101010 1001011 1011011 11110

Color Harmonies of #719407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719407

Black with #719407

Text Example


Text Example

White with #719407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719407; }

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

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

background-color css

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

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

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

border-color css

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

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

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