#759B92

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

Shades of Granny Smith #759B92

Tints of Granny Smith #759B92

Color information

#759B92 (or 0x759B92) is unknown color: approx Granny Smith. HEX triplet: 75, 9B and 92. RGB value is (117,155,146). Sum of RGB (Red+Green+Blue) = 117+155+146=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #759B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B92 is #8A646D. Grayscale: #8E8E8E. Windows color (decimal): -9069678 or 9608053. OLE color: 9608053.

HSL color Cylindrical-coordinate representation of color #759B92: hue angle of 165.79º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B92 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB117155146-
CMYK0.2500.060.39
HSL165.79º15.97%53.33%-
HSV(B)165.79º24.52%60.78%-
XYZ24.2529.331.57-
YUV142.61129.91109.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=27.99%
G=37.08%
B=34.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551460.2500.060.39165.7915.9753.33
Hex759B92190627a61035
Octal1652332223106472462065
Binary111010110011011100100101100101101001111010011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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