#709487

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

Shades of Granny Smith #709487

Tints of Granny Smith #709487

Color information

#709487 (or 0x709487) is unknown color: approx Granny Smith. HEX triplet: 70, 94 and 87. RGB value is (112,148,135). Sum of RGB (Red+Green+Blue) = 112+148+135=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #709487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709487 is #8F6B78. Grayscale: #878787. Windows color (decimal): -9399161 or 8885360. OLE color: 8885360.

HSL color Cylindrical-coordinate representation of color #709487: hue angle of 158.33º 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 #709487 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB112148135-
CMYK0.2400.090.42
HSL158.33º14.4%50.98%-
HSV(B)158.33º24.32%58.04%-
XYZ21.6526.3726.87-
YUV135.75127.57111.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=28.35%
G=37.47%
B=34.18%

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
Decimal1121481350.2400.090.42158.3314.450.98
Hex70948718092A9ee33
Octal16022420730011522361663
Binary111000010010100100001111100001001101010100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709487; }

 p { color: rgb(112,148,135); }

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

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

 a { background-color: rgb(112,148,135); }

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

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

 span { border-color: rgb(112,148,135); }

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