#758880

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

Shades of Granny Smith #758880

Tints of Granny Smith #758880

Color information

#758880 (or 0x758880) is unknown color: approx Granny Smith. HEX triplet: 75, 88 and 80. RGB value is (117,136,128). Sum of RGB (Red+Green+Blue) = 117+136+128=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #758880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758880 is #8A777F. Grayscale: #818181. Windows color (decimal): -9074560 or 8423541. OLE color: 8423541.

HSL color Cylindrical-coordinate representation of color #758880: hue angle of 154.74º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758880 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB117136128-
CMYK0.1400.060.47
HSL154.74º7.51%49.61%-
HSV(B)154.74º13.97%53.33%-
XYZ20.0422.9523.8-
YUV129.41127.21119.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=30.71%
G=35.70%
B=33.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171361280.1400.060.47154.747.5149.61
Hex758880E062F9b832
Octal1652102001606572331062
Binary1110101100010001000000011100110101111100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758880; }

 p { color: rgb(117,136,128); }

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

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

 a { background-color: rgb(117,136,128); }

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

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

 span { border-color: rgb(117,136,128); }

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