Html Css Color HEX #719610 Olive Drab

📋 copy color: '#719610'

red 113 ◦ green 150 ◦ blue 16

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

Shades of Olive Drab #719610

Tints of Olive Drab #719610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 40.5%
G = 53.76%
B = 5.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#719610 (or 0x719610) is known color: Olive Drab. HEX triplet: 71, 96 and 10. RGB value is (113,150,16). Sum of RGB (Red+Green+Blue) = 113+150+16=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #719610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719610 is #8E69EF. Grayscale: #7C7C7C. Windows color (decimal): -9333232 or 1087089. OLE color: 1087089.

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

Color convert

RGB 113 150 16 -
CMYK 0.25 0 0.89 0.41
HSL 76.57º 0.81% 0.33% -
HSV(B) 76.57º 0.89% 0.59% -
XYZ 17.81 25.36 4.45 -
YUV 123.66 67.24 120.4 -
System Red Green Blue C M Y K H S L
Decimal 113 150 16 0.25 0 0.89 0.41 76.57 0.81 0.33
Hex 71 96 10 19 0 59 29 4D 51 21
Octal 161 226 20 31 0 131 51 115 121 41
Binary 1110001 10010110 10000 11001 0 1011001 101001 1001101 1010001 100001

Color Harmonies of #719610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719610

Black with #719610

Text Example


Text Example

White with #719610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719610; }

 p { color: rgb(113,150,16); }

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

background-color css

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

 a { background-color: rgb(113,150,16); }

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

border-color css

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

 span { border-color: rgb(113,150,16); }

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