#759D8C

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

Shades of Granny Smith #759D8C

Tints of Granny Smith #759D8C

Color information

#759D8C (or 0x759D8C) is unknown color: approx Granny Smith. HEX triplet: 75, 9D and 8C. RGB value is (117,157,140). Sum of RGB (Red+Green+Blue) = 117+157+140=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #759D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759D8C is #8A6273. Grayscale: #8F8F8F. Windows color (decimal): -9069172 or 9215349. OLE color: 9215349.

HSL color Cylindrical-coordinate representation of color #759D8C: hue angle of 154.5º 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 #759D8C is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB117157140-
CMYK0.2500.110.38
HSL154.5º16.95%53.73%-
HSV(B)154.5º25.48%61.57%-
XYZ24.1329.7929.29-
YUV143.1126.25109.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=28.26%
G=37.92%
B=33.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171571400.2500.110.38154.516.9553.73
Hex759D8C190B269a1136
Octal16523521431013462322166
Binary1110101100111011000110011001010111001101001101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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