#719185

Color #719185 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #719185

Tints of Granny Smith #719185

Color information

#719185 (or 0x719185) is unknown color: approx Granny Smith. HEX triplet: 71, 91 and 85. RGB value is (113,145,133). Sum of RGB (Red+Green+Blue) = 113+145+133=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #719185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719185 is #8E6E7A. Grayscale: #868686. Windows color (decimal): -9334395 or 8753521. OLE color: 8753521.

HSL color Cylindrical-coordinate representation of color #719185: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719185 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB113145133-
CMYK0.2200.080.43
HSL157.5º12.7%50.59%-
HSV(B)157.5º22.07%56.86%-
XYZ21.1725.4525.99-
YUV134.06127.4112.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=28.90%
G=37.08%
B=34.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451330.2200.080.43157.512.750.59
Hex71918516082B9dd33
Octal16122120526010532351563
Binary111000110010001100001011011001000101011100111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719185; }

 p { color: rgb(113,145,133); }

 H1.HeaderClassName
 {
   color: #719185;
 }
 .AnyTagClassName
 {
   color: #719185;
 }
</style>
background-color css

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

 a { background-color: rgb(113,145,133); }

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

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

 span { border-color: rgb(113,145,133); }

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