#719884

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

Shades of Granny Smith #719884

Tints of Granny Smith #719884

Color information

#719884 (or 0x719884) is unknown color: approx Granny Smith. HEX triplet: 71, 98 and 84. RGB value is (113,152,132). Sum of RGB (Red+Green+Blue) = 113+152+132=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #719884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719884 is #8E677B. Grayscale: #8A8A8A. Windows color (decimal): -9332604 or 8689777. OLE color: 8689777.

HSL color Cylindrical-coordinate representation of color #719884: hue angle of 149.23º 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 #719884 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB113152132-
CMYK0.2600.130.40
HSL149.23º15.92%51.96%-
HSV(B)149.23º25.66%59.61%-
XYZ22.227.6325.99-
YUV138.06124.58110.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=28.46%
G=38.29%
B=33.25%

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
Decimal1131521320.2600.130.40149.2315.9251.96
Hex7198841A0D28951034
Octal16123020432015502252064
Binary1110001100110001000010011010011011010001001010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719884; }

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

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

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

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

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

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

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

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