#75998B

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

Shades of Granny Smith #75998B

Tints of Granny Smith #75998B

Color information

#75998B (or 0x75998B) is unknown color: approx Granny Smith. HEX triplet: 75, 99 and 8B. RGB value is (117,153,139). Sum of RGB (Red+Green+Blue) = 117+153+139=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #75998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75998B is #8A6674. Grayscale: #8C8C8C. Windows color (decimal): -9070197 or 9148789. OLE color: 9148789.

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

Color convert

RGB117153139-
CMYK0.2400.090.4
HSL156.67º15%52.94%-
HSV(B)156.67º23.53%60%-
XYZ23.3928.4328.68-
YUV140.64127.07111.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=28.61%
G=37.41%
B=33.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171531390.2400.090.4156.671552.94
Hex75998B1809289df35
Octal16523121330011502351765
Binary111010110011001100010111100001001101000100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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