#759184

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

Shades of Granny Smith #759184

Tints of Granny Smith #759184

Color information

#759184 (or 0x759184) is unknown color: approx Granny Smith. HEX triplet: 75, 91 and 84. RGB value is (117,145,132). Sum of RGB (Red+Green+Blue) = 117+145+132=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #759184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759184 is #8A6E7B. Grayscale: #878787. Windows color (decimal): -9072252 or 8687989. OLE color: 8687989.

HSL color Cylindrical-coordinate representation of color #759184: hue angle of 152.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759184 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB117145132-
CMYK0.1900.090.43
HSL152.14º11.29%51.37%-
HSV(B)152.14º19.31%56.86%-
XYZ21.6325.725.65-
YUV135.15126.22115.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=29.70%
G=36.80%
B=33.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451320.1900.090.43152.1411.2951.37
Hex75918413092B98b33
Octal16522120423011532301363
Binary111010110010001100001001001101001101011100110001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759184; }

 p { color: rgb(117,145,132); }

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

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

 a { background-color: rgb(117,145,132); }

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

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

 span { border-color: rgb(117,145,132); }

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