#75958D

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

Shades of Granny Smith #75958D

Tints of Granny Smith #75958D

Color information

#75958D (or 0x75958D) is unknown color: approx Granny Smith. HEX triplet: 75, 95 and 8D. RGB value is (117,149,141). Sum of RGB (Red+Green+Blue) = 117+149+141=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #75958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75958D is #8A6A72. Grayscale: #8A8A8A. Windows color (decimal): -9071219 or 9278837. OLE color: 9278837.

HSL color Cylindrical-coordinate representation of color #75958D: hue angle of 165º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75958D is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB117149141-
CMYK0.2100.050.42
HSL165º13.11%52.16%-
HSV(B)165º21.48%58.43%-
XYZ22.8927.229.24-
YUV138.52129.4112.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=28.75%
G=36.61%
B=34.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491410.2100.050.4216513.1152.16
Hex75958D15052Aa5d34
Octal1652252152505522451564
Binary11101011001010110001101101010101101010101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75958D; }

 p { color: rgb(117,149,141); }

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

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

 a { background-color: rgb(117,149,141); }

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

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

 span { border-color: rgb(117,149,141); }

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