#759185

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

Shades of Granny Smith #759185

Tints of Granny Smith #759185

Color information

#759185 (or 0x759185) is unknown color: approx Granny Smith. HEX triplet: 75, 91 and 85. RGB value is (117,145,133). Sum of RGB (Red+Green+Blue) = 117+145+133=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #759185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759185 is #8A6E7A. Grayscale: #878787. Windows color (decimal): -9072251 or 8753525. OLE color: 8753525.

HSL color Cylindrical-coordinate representation of color #759185: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759185 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB117145133-
CMYK0.1900.080.43
HSL154.29º11.29%51.37%-
HSV(B)154.29º19.31%56.86%-
XYZ21.725.7326.01-
YUV135.26126.72114.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=29.62%
G=36.71%
B=33.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451330.1900.080.43154.2911.2951.37
Hex75918513082B9ab33
Octal16522120523010532321363
Binary111010110010001100001011001101000101011100110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759185; }

 p { color: rgb(117,145,133); }

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

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

 a { background-color: rgb(117,145,133); }

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

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

 span { border-color: rgb(117,145,133); }

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