#749487

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

Shades of Granny Smith #749487

Tints of Granny Smith #749487

Color information

#749487 (or 0x749487) is unknown color: approx Granny Smith. HEX triplet: 74, 94 and 87. RGB value is (116,148,135). Sum of RGB (Red+Green+Blue) = 116+148+135=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #749487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749487 is #8B6B78. Grayscale: #888888. Windows color (decimal): -9137017 or 8885364. OLE color: 8885364.

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

Color convert

RGB116148135-
CMYK0.2200.090.42
HSL155.62º13.01%51.76%-
HSV(B)155.62º21.62%58.04%-
XYZ22.1726.6426.9-
YUV136.95126.9113.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=29.07%
G=37.09%
B=33.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481350.2200.090.42155.6213.0151.76
Hex74948716092A9cd34
Octal16422420726011522341564
Binary111010010010100100001111011001001101010100111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749487; }

 p { color: rgb(116,148,135); }

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

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

 a { background-color: rgb(116,148,135); }

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

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

 span { border-color: rgb(116,148,135); }

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