Html Css Color HEX #719707 Olive Drab

📋 copy color: '#719707'

red 113 ◦ green 151 ◦ blue 7

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

Shades of Olive Drab #719707

Tints of Olive Drab #719707

RGB

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

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

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

R = 41.7%
G = 55.72%
B = 2.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#719707 (or 0x719707) is known color: Olive Drab. HEX triplet: 71, 97 and 07. RGB value is (113,151,7). Sum of RGB (Red+Green+Blue) = 113+151+7=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #719707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719707 is #8E68F8. Grayscale: #7B7B7B. Windows color (decimal): -9332985 or 497521. OLE color: 497521.

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

Color convert

RGB 113 151 7 -
CMYK 0.25 0 0.95 0.41
HSL 75.83º 0.91% 0.31% -
HSV(B) 75.83º 0.95% 0.59% -
XYZ 17.92 25.66 4.21 -
YUV 123.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 113 151 7 0.25 0 0.95 0.41 75.83 0.91 0.31
Hex 71 97 7 19 0 5F 29 4C 5B 1F
Octal 161 227 7 31 0 137 51 114 133 37
Binary 1110001 10010111 111 11001 0 1011111 101001 1001100 1011011 11111

Color Harmonies of #719707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719707

Black with #719707

Text Example


Text Example

White with #719707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719707; }

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

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

background-color css

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

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

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

border-color css

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

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

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