#709B8D

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

Shades of Granny Smith #709B8D

Tints of Granny Smith #709B8D

Color information

#709B8D (or 0x709B8D) is unknown color: approx Granny Smith. HEX triplet: 70, 9B and 8D. RGB value is (112,155,141). Sum of RGB (Red+Green+Blue) = 112+155+141=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #709B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B8D is #8F6472. Grayscale: #8C8C8C. Windows color (decimal): -9397363 or 9280368. OLE color: 9280368.

HSL color Cylindrical-coordinate representation of color #709B8D: hue angle of 160.47º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B8D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB112155141-
CMYK0.2800.090.39
HSL160.47º17.7%52.35%-
HSV(B)160.47º27.74%60.78%-
XYZ23.2128.8129.54-
YUV140.55128.25107.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=27.45%
G=37.99%
B=34.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551410.2800.090.39160.4717.752.35
Hex709B8D1C0927a01234
Octal16023321534011472402264
Binary1110000100110111000110111100010011001111010000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709B8D; }

 p { color: rgb(112,155,141); }

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

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

 a { background-color: rgb(112,155,141); }

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

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

 span { border-color: rgb(112,155,141); }

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