#75978E

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

Shades of Granny Smith #75978E

Tints of Granny Smith #75978E

Color information

#75978E (or 0x75978E) is unknown color: approx Granny Smith. HEX triplet: 75, 97 and 8E. RGB value is (117,151,142). Sum of RGB (Red+Green+Blue) = 117+151+142=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #75978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978E is #8A6871. Grayscale: #8B8B8B. Windows color (decimal): -9070706 or 9344885. OLE color: 9344885.

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

Color convert

RGB117151142-
CMYK0.2300.060.41
HSL164.12º14.05%52.55%-
HSV(B)164.12º22.52%59.22%-
XYZ23.2927.8729.74-
YUV139.81129.24111.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=28.54%
G=36.83%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171511420.2300.060.41164.1214.0552.55
Hex75978E170629a4e35
Octal1652272162706512441665
Binary11101011001011110001110101110110101001101001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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