#75948A

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

Shades of Granny Smith #75948A

Tints of Granny Smith #75948A

Color information

#75948A (or 0x75948A) is unknown color: approx Granny Smith. HEX triplet: 75, 94 and 8A. RGB value is (117,148,138). Sum of RGB (Red+Green+Blue) = 117+148+138=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #75948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75948A is #8A6B75. Grayscale: #898989. Windows color (decimal): -9071478 or 9081973. OLE color: 9081973.

HSL color Cylindrical-coordinate representation of color #75948A: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75948A is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB117148138-
CMYK0.2100.070.42
HSL160.65º12.65%51.96%-
HSV(B)160.65º20.95%58.04%-
XYZ22.5126.828.03-
YUV137.59128.23113.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=29.03%
G=36.72%
B=34.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481380.2100.070.42160.6512.6551.96
Hex75948A15072Aa1d34
Octal1652242122507522411564
Binary11101011001010010001010101010111101010101000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75948A; }

 p { color: rgb(117,148,138); }

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

<style>
 a { background-color: #75948A; }

 a { background-color: rgb(117,148,138); }

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

<style>
 span { border-color: #75948A; }

 span { border-color: rgb(117,148,138); }

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