#749188

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

Shades of Granny Smith #749188

Tints of Granny Smith #749188

Color information

#749188 (or 0x749188) is unknown color: approx Granny Smith. HEX triplet: 74, 91 and 88. RGB value is (116,145,136). Sum of RGB (Red+Green+Blue) = 116+145+136=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #749188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749188 is #8B6E77. Grayscale: #878787. Windows color (decimal): -9137784 or 8950132. OLE color: 8950132.

HSL color Cylindrical-coordinate representation of color #749188: hue angle of 161.38º 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 #749188 is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB116145136-
CMYK0.200.060.43
HSL161.38º11.65%51.18%-
HSV(B)161.38º20%56.86%-
XYZ21.7725.7427.11-
YUV135.3128.39114.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=29.22%
G=36.52%
B=34.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451360.200.060.43161.3811.6551.18
Hex74918814062Ba1c33
Octal1642212102406532411463
Binary11101001001000110001000101000110101011101000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749188; }

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

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

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

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

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

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

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

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