#758B82

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

Shades of Granny Smith #758B82

Tints of Granny Smith #758B82

Color information

#758B82 (or 0x758B82) is unknown color: approx Granny Smith. HEX triplet: 75, 8B and 82. RGB value is (117,139,130). Sum of RGB (Red+Green+Blue) = 117+139+130=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #758B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B82 is #8A747D. Grayscale: #838383. Windows color (decimal): -9073790 or 8555381. OLE color: 8555381.

HSL color Cylindrical-coordinate representation of color #758B82: hue angle of 155.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B82 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB117139130-
CMYK0.1600.060.45
HSL155.45º8.66%50.2%-
HSV(B)155.45º15.83%54.51%-
XYZ20.623.8624.64-
YUV131.4127.21117.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=30.31%
G=36.01%
B=33.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391300.1600.060.45155.458.6650.2
Hex758B8210062D9b932
Octal1652132022006552331162
Binary11101011000101110000010100000110101101100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B82; }

 p { color: rgb(117,139,130); }

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

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

 a { background-color: rgb(117,139,130); }

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

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

 span { border-color: rgb(117,139,130); }

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