#759F92

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

Shades of Granny Smith #759F92

Tints of Granny Smith #759F92

Color information

#759F92 (or 0x759F92) is unknown color: approx Granny Smith. HEX triplet: 75, 9F and 92. RGB value is (117,159,146). Sum of RGB (Red+Green+Blue) = 117+159+146=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #759F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759F92 is #8A606D. Grayscale: #909090. Windows color (decimal): -9068654 or 9609077. OLE color: 9609077.

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

Color convert

RGB117159146-
CMYK0.2600.080.38
HSL161.43º17.95%54.12%-
HSV(B)161.43º26.42%62.35%-
XYZ24.9230.6531.8-
YUV144.96128.59108.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=27.73%
G=37.68%
B=34.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171591460.2600.080.38161.4317.9554.12
Hex759F921A0826a11236
Octal16523722232010462412266
Binary1110101100111111001001011010010001001101010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,146); }

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

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

 a { background-color: rgb(117,159,146); }

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

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

 span { border-color: rgb(117,159,146); }

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