#749B92

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

Shades of Granny Smith #749B92

Tints of Granny Smith #749B92

Color information

#749B92 (or 0x749B92) is unknown color: approx Granny Smith. HEX triplet: 74, 9B and 92. RGB value is (116,155,146). Sum of RGB (Red+Green+Blue) = 116+155+146=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #749B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B92 is #8B646D. Grayscale: #8E8E8E. Windows color (decimal): -9135214 or 9608052. OLE color: 9608052.

HSL color Cylindrical-coordinate representation of color #749B92: hue angle of 166.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B92 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB116155146-
CMYK0.2500.060.39
HSL166.15º16.32%53.14%-
HSV(B)166.15º25.16%60.78%-
XYZ24.1129.2331.57-
YUV142.31130.08109.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=27.82%
G=37.17%
B=35.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161551460.2500.060.39166.1516.3253.14
Hex749B92190627a61035
Octal1642332223106472462065
Binary111010010011011100100101100101101001111010011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749B92; }

 p { color: rgb(116,155,146); }

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

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

 a { background-color: rgb(116,155,146); }

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

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

 span { border-color: rgb(116,155,146); }

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