#759484

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

Shades of Granny Smith #759484

Tints of Granny Smith #759484

Color information

#759484 (or 0x759484) is unknown color: approx Granny Smith. HEX triplet: 75, 94 and 84. RGB value is (117,148,132). Sum of RGB (Red+Green+Blue) = 117+148+132=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #759484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759484 is #8A6B7B. Grayscale: #888888. Windows color (decimal): -9071484 or 8688757. OLE color: 8688757.

HSL color Cylindrical-coordinate representation of color #759484: hue angle of 149.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759484 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB117148132-
CMYK0.2100.110.42
HSL149.03º12.65%51.96%-
HSV(B)149.03º20.95%58.04%-
XYZ22.0926.6325.81-
YUV136.91125.23113.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=29.47%
G=37.28%
B=33.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481320.2100.110.42149.0312.6551.96
Hex759484150B2A95d34
Octal16522420425013522251564
Binary111010110010100100001001010101011101010100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759484; }

 p { color: rgb(117,148,132); }

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

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

 a { background-color: rgb(117,148,132); }

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

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

 span { border-color: rgb(117,148,132); }

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