#75968E

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

Shades of Granny Smith #75968E

Tints of Granny Smith #75968E

Color information

#75968E (or 0x75968E) is unknown color: approx Granny Smith. HEX triplet: 75, 96 and 8E. RGB value is (117,150,142). Sum of RGB (Red+Green+Blue) = 117+150+142=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #75968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75968E is #8A6971. Grayscale: #8B8B8B. Windows color (decimal): -9070962 or 9344629. OLE color: 9344629.

HSL color Cylindrical-coordinate representation of color #75968E: hue angle of 165.45º 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 #75968E is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB117150142-
CMYK0.2200.050.41
HSL165.45º13.58%52.35%-
HSV(B)165.45º22%58.82%-
XYZ23.1227.5529.69-
YUV139.22129.57112.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=28.61%
G=36.67%
B=34.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501420.2200.050.41165.4513.5852.35
Hex75968E160529a5e34
Octal1652262162605512451664
Binary11101011001011010001110101100101101001101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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