#75968A

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

Shades of Granny Smith #75968A

Tints of Granny Smith #75968A

Color information

#75968A (or 0x75968A) is unknown color: approx Granny Smith. HEX triplet: 75, 96 and 8A. RGB value is (117,150,138). Sum of RGB (Red+Green+Blue) = 117+150+138=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #75968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75968A is #8A6975. Grayscale: #8A8A8A. Windows color (decimal): -9070966 or 9082485. OLE color: 9082485.

HSL color Cylindrical-coordinate representation of color #75968A: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75968A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB117150138-
CMYK0.2200.080.41
HSL158.18º13.58%52.35%-
HSV(B)158.18º22%58.82%-
XYZ22.8327.4328.14-
YUV138.76127.57112.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=28.89%
G=37.04%
B=34.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501380.2200.080.41158.1813.5852.35
Hex75968A1608299ee34
Octal16522621226010512361664
Binary111010110010110100010101011001000101001100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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