#749185

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

Shades of Granny Smith #749185

Tints of Granny Smith #749185

Color information

#749185 (or 0x749185) is unknown color: approx Granny Smith. HEX triplet: 74, 91 and 85. RGB value is (116,145,133). Sum of RGB (Red+Green+Blue) = 116+145+133=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #749185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749185 is #8B6E7A. Grayscale: #868686. Windows color (decimal): -9137787 or 8753524. OLE color: 8753524.

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

Color convert

RGB116145133-
CMYK0.200.080.43
HSL155.17º11.65%51.18%-
HSV(B)155.17º20%56.86%-
XYZ21.5625.6626.01-
YUV134.96126.89114.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=29.44%
G=36.80%
B=33.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451330.200.080.43155.1711.6551.18
Hex74918514082B9bc33
Octal16422120524010532331463
Binary111010010010001100001011010001000101011100110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749185; }

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

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

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

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

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

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

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

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