#749585

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

Shades of Granny Smith #749585

Tints of Granny Smith #749585

Color information

#749585 (or 0x749585) is unknown color: approx Granny Smith. HEX triplet: 74, 95 and 85. RGB value is (116,149,133). Sum of RGB (Red+Green+Blue) = 116+149+133=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #749585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749585 is #8B6A7A. Grayscale: #898989. Windows color (decimal): -9136763 or 8754548. OLE color: 8754548.

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

Color convert

RGB116149133-
CMYK0.2200.110.42
HSL150.91º13.47%51.96%-
HSV(B)150.91º22.15%58.43%-
XYZ22.1826.926.21-
YUV137.31125.57112.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=29.15%
G=37.44%
B=33.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161491330.2200.110.42150.9113.4751.96
Hex749585160B2A97d34
Octal16422520526013522271564
Binary111010010010101100001011011001011101010100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749585; }

 p { color: rgb(116,149,133); }

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

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

 a { background-color: rgb(116,149,133); }

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

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

 span { border-color: rgb(116,149,133); }

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