#75978F

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

Shades of Granny Smith #75978F

Tints of Granny Smith #75978F

Color information

#75978F (or 0x75978F) is unknown color: approx Granny Smith. HEX triplet: 75, 97 and 8F. RGB value is (117,151,143). Sum of RGB (Red+Green+Blue) = 117+151+143=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #75978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978F is #8A6870. Grayscale: #8B8B8B. Windows color (decimal): -9070705 or 9410421. OLE color: 9410421.

HSL color Cylindrical-coordinate representation of color #75978F: hue angle of 165.88º 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 #75978F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB117151143-
CMYK0.2300.050.41
HSL165.88º14.05%52.55%-
HSV(B)165.88º22.52%59.22%-
XYZ23.3627.930.14-
YUV139.92129.74111.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=28.47%
G=36.74%
B=34.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511430.2300.050.41165.8814.0552.55
Hex75978F170529a6e35
Octal1652272172705512461665
Binary11101011001011110001111101110101101001101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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