#759483

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

Shades of Granny Smith #759483

Tints of Granny Smith #759483

Color information

#759483 (or 0x759483) is unknown color: approx Granny Smith. HEX triplet: 75, 94 and 83. RGB value is (117,148,131). Sum of RGB (Red+Green+Blue) = 117+148+131=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #759483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759483 is #8A6B7C. Grayscale: #888888. Windows color (decimal): -9071485 or 8623221. OLE color: 8623221.

HSL color Cylindrical-coordinate representation of color #759483: hue angle of 147.1º 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 #759483 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB117148131-
CMYK0.2100.110.42
HSL147.1º12.65%51.96%-
HSV(B)147.1º20.95%58.04%-
XYZ22.0226.625.45-
YUV136.79124.73113.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=29.55%
G=37.37%
B=33.08%

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
Decimal1171481310.2100.110.42147.112.6551.96
Hex759483150B2A93d34
Octal16522420325013522231564
Binary111010110010100100000111010101011101010100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759483; }

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

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

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

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

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

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

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

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