#709586

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

Shades of Granny Smith #709586

Tints of Granny Smith #709586

Color information

#709586 (or 0x709586) is unknown color: approx Granny Smith. HEX triplet: 70, 95 and 86. RGB value is (112,149,134). Sum of RGB (Red+Green+Blue) = 112+149+134=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #709586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709586 is #8F6A79. Grayscale: #888888. Windows color (decimal): -9398906 or 8820080. OLE color: 8820080.

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

Color convert

RGB112149134-
CMYK0.2500.100.42
HSL155.68º14.86%51.18%-
HSV(B)155.68º24.83%58.43%-
XYZ21.7326.6626.55-
YUV136.23126.74110.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 134 (52.73% from 255) = 33.92%
R=28.35%
G=37.72%
B=33.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491340.2500.100.42155.6814.8651.18
Hex709586190A2A9cf33
Octal16022520631012522341763
Binary111000010010101100001101100101010101010100111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709586; }

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

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

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

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

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

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

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

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