#75978D

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

Shades of Granny Smith #75978D

Tints of Granny Smith #75978D

Color information

#75978D (or 0x75978D) is unknown color: approx Granny Smith. HEX triplet: 75, 97 and 8D. RGB value is (117,151,141). Sum of RGB (Red+Green+Blue) = 117+151+141=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #75978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978D is #8A6872. Grayscale: #8B8B8B. Windows color (decimal): -9070707 or 9279349. OLE color: 9279349.

HSL color Cylindrical-coordinate representation of color #75978D: hue angle of 162.35º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75978D is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB117151141-
CMYK0.2300.070.41
HSL162.35º14.05%52.55%-
HSV(B)162.35º22.52%59.22%-
XYZ23.2127.8429.35-
YUV139.69128.74111.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=28.61%
G=36.92%
B=34.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511410.2300.070.41162.3514.0552.55
Hex75978D170729a2e35
Octal1652272152707512421665
Binary11101011001011110001101101110111101001101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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