#75958C

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

Shades of Granny Smith #75958C

Tints of Granny Smith #75958C

Color information

#75958C (or 0x75958C) is unknown color: approx Granny Smith. HEX triplet: 75, 95 and 8C. RGB value is (117,149,140). Sum of RGB (Red+Green+Blue) = 117+149+140=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #75958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75958C is #8A6A73. Grayscale: #8A8A8A. Windows color (decimal): -9071220 or 9213301. OLE color: 9213301.

HSL color Cylindrical-coordinate representation of color #75958C: hue angle of 163.12º 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 #75958C is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB117149140-
CMYK0.2100.060.42
HSL163.12º13.11%52.16%-
HSV(B)163.12º21.48%58.43%-
XYZ22.8227.1728.85-
YUV138.41128.9112.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=28.82%
G=36.70%
B=34.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171491400.2100.060.42163.1213.1152.16
Hex75958C15062Aa3d34
Octal1652252142506522431564
Binary11101011001010110001100101010110101010101000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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