#75988B

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

Shades of Granny Smith #75988B

Tints of Granny Smith #75988B

Color information

#75988B (or 0x75988B) is unknown color: approx Granny Smith. HEX triplet: 75, 98 and 8B. RGB value is (117,152,139). Sum of RGB (Red+Green+Blue) = 117+152+139=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #75988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75988B is #8A6774. Grayscale: #8C8C8C. Windows color (decimal): -9070453 or 9148533. OLE color: 9148533.

HSL color Cylindrical-coordinate representation of color #75988B: hue angle of 157.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75988B is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB117152139-
CMYK0.2300.090.40
HSL157.71º14.52%52.75%-
HSV(B)157.71º23.03%59.61%-
XYZ23.2228.128.63-
YUV140.05127.4111.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=28.68%
G=37.25%
B=34.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521390.2300.090.40157.7114.5252.75
Hex75988B1709289ef35
Octal16523021327011502361765
Binary111010110011000100010111011101001101000100111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75988B; }

 p { color: rgb(117,152,139); }

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

<style>
 a { background-color: #75988B; }

 a { background-color: rgb(117,152,139); }

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

<style>
 span { border-color: #75988B; }

 span { border-color: rgb(117,152,139); }

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