#719486

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

Shades of Granny Smith #719486

Tints of Granny Smith #719486

Color information

#719486 (or 0x719486) is unknown color: approx Granny Smith. HEX triplet: 71, 94 and 86. RGB value is (113,148,134). Sum of RGB (Red+Green+Blue) = 113+148+134=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #719486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719486 is #8E6B79. Grayscale: #878787. Windows color (decimal): -9333626 or 8819825. OLE color: 8819825.

HSL color Cylindrical-coordinate representation of color #719486: hue angle of 156º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719486 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB113148134-
CMYK0.2400.090.42
HSL156º14.06%51.18%-
HSV(B)156º23.65%58.04%-
XYZ21.726.4126.51-
YUV135.94126.9111.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=28.61%
G=37.47%
B=33.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131481340.2400.090.4215614.0651.18
Hex71948618092A9ce33
Octal16122420630011522341663
Binary111000110010100100001101100001001101010100111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719486; }

 p { color: rgb(113,148,134); }

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

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

 a { background-color: rgb(113,148,134); }

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

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

 span { border-color: rgb(113,148,134); }

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