#759285

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

Shades of Granny Smith #759285

Tints of Granny Smith #759285

Color information

#759285 (or 0x759285) is unknown color: approx Granny Smith. HEX triplet: 75, 92 and 85. RGB value is (117,146,133). Sum of RGB (Red+Green+Blue) = 117+146+133=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #759285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759285 is #8A6D7A. Grayscale: #878787. Windows color (decimal): -9071995 or 8753781. OLE color: 8753781.

HSL color Cylindrical-coordinate representation of color #759285: hue angle of 153.1º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759285 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB117146133-
CMYK0.2000.090.43
HSL153.1º11.74%51.57%-
HSV(B)153.1º19.86%57.25%-
XYZ21.8526.0326.06-
YUV135.85126.39114.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=29.55%
G=36.87%
B=33.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461330.2000.090.43153.111.7451.57
Hex75928514092B99c34
Octal16522220524011532311464
Binary111010110010010100001011010001001101011100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759285; }

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

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

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

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

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

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

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

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