#709186

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

Shades of Granny Smith #709186

Tints of Granny Smith #709186

Color information

#709186 (or 0x709186) is unknown color: approx Granny Smith. HEX triplet: 70, 91 and 86. RGB value is (112,145,134). Sum of RGB (Red+Green+Blue) = 112+145+134=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #709186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709186 is #8F6E79. Grayscale: #858585. Windows color (decimal): -9399930 or 8819056. OLE color: 8819056.

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

Color convert

RGB112145134-
CMYK0.2300.080.43
HSL160º13.04%50.39%-
HSV(B)160º22.76%56.86%-
XYZ21.1125.4226.35-
YUV133.88128.07112.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=28.64%
G=37.08%
B=34.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451340.2300.080.4316013.0450.39
Hex70918617082Ba0d32
Octal16022120627010532401562
Binary111000010010001100001101011101000101011101000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709186; }

 p { color: rgb(112,145,134); }

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

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

 a { background-color: rgb(112,145,134); }

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

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

 span { border-color: rgb(112,145,134); }

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