#75928A

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

Shades of Granny Smith #75928A

Tints of Granny Smith #75928A

Color information

#75928A (or 0x75928A) is unknown color: approx Granny Smith. HEX triplet: 75, 92 and 8A. RGB value is (117,146,138). Sum of RGB (Red+Green+Blue) = 117+146+138=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #75928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75928A is #8A6D75. Grayscale: #888888. Windows color (decimal): -9071990 or 9081461. OLE color: 9081461.

HSL color Cylindrical-coordinate representation of color #75928A: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75928A is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB117146138-
CMYK0.2000.050.43
HSL163.45º11.74%51.57%-
HSV(B)163.45º19.86%57.25%-
XYZ22.226.1727.93-
YUV136.42128.89114.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=29.18%
G=36.41%
B=34.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461380.2000.050.43163.4511.7451.57
Hex75928A14052Ba3c34
Octal1652222122405532431464
Binary11101011001001010001010101000101101011101000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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