#719885

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

Shades of Granny Smith #719885

Tints of Granny Smith #719885

Color information

#719885 (or 0x719885) is unknown color: approx Granny Smith. HEX triplet: 71, 98 and 85. RGB value is (113,152,133). Sum of RGB (Red+Green+Blue) = 113+152+133=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #719885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719885 is #8E677A. Grayscale: #8A8A8A. Windows color (decimal): -9332603 or 8755313. OLE color: 8755313.

HSL color Cylindrical-coordinate representation of color #719885: hue angle of 150.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719885 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB113152133-
CMYK0.2600.130.40
HSL150.77º15.92%51.96%-
HSV(B)150.77º25.66%59.61%-
XYZ22.2727.6626.36-
YUV138.17125.08110.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=28.39%
G=38.19%
B=33.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521330.2600.130.40150.7715.9251.96
Hex7198851A0D28971034
Octal16123020532015502272064
Binary1110001100110001000010111010011011010001001011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719885; }

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

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

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

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

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

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

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

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