#749990

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

Shades of Granny Smith #749990

Tints of Granny Smith #749990

Color information

#749990 (or 0x749990) is unknown color: approx Granny Smith. HEX triplet: 74, 99 and 90. RGB value is (116,153,144). Sum of RGB (Red+Green+Blue) = 116+153+144=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #749990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749990 is #8B666F. Grayscale: #8C8C8C. Windows color (decimal): -9135728 or 9476468. OLE color: 9476468.

HSL color Cylindrical-coordinate representation of color #749990: hue angle of 165.41º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749990 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB116153144-
CMYK0.2400.060.4
HSL165.41º15.35%52.75%-
HSV(B)165.41º24.18%60%-
XYZ23.6328.5130.64-
YUV140.91129.74110.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=28.09%
G=37.05%
B=34.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531440.2400.060.4165.4115.3552.75
Hex749990180628a5f35
Octal1642312203006502451765
Binary11101001001100110010000110000110101000101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749990; }

 p { color: rgb(116,153,144); }

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

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

 a { background-color: rgb(116,153,144); }

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

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

 span { border-color: rgb(116,153,144); }

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