#759D8F

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

Shades of Granny Smith #759D8F

Tints of Granny Smith #759D8F

Color information

#759D8F (or 0x759D8F) is unknown color: approx Granny Smith. HEX triplet: 75, 9D and 8F. RGB value is (117,157,143). Sum of RGB (Red+Green+Blue) = 117+157+143=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #759D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759D8F is #8A6270. Grayscale: #8F8F8F. Windows color (decimal): -9069169 or 9411957. OLE color: 9411957.

HSL color Cylindrical-coordinate representation of color #759D8F: hue angle of 159º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759D8F is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB117157143-
CMYK0.2500.090.38
HSL159º16.95%53.73%-
HSV(B)159º25.48%61.57%-
XYZ24.3529.8830.47-
YUV143.44127.75109.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=28.06%
G=37.65%
B=34.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171571430.2500.090.3815916.9553.73
Hex759D8F1909269f1136
Octal16523521731011462372166
Binary1110101100111011000111111001010011001101001111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759D8F; }

 p { color: rgb(117,157,143); }

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

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

 a { background-color: rgb(117,157,143); }

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

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

 span { border-color: rgb(117,157,143); }

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