#749E92

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

Shades of Granny Smith #749E92

Tints of Granny Smith #749E92

Color information

#749E92 (or 0x749E92) is unknown color: approx Granny Smith. HEX triplet: 74, 9E and 92. RGB value is (116,158,146). Sum of RGB (Red+Green+Blue) = 116+158+146=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #749E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E92 is #8B616D. Grayscale: #909090. Windows color (decimal): -9134446 or 9608820. OLE color: 9608820.

HSL color Cylindrical-coordinate representation of color #749E92: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E92 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB116158146-
CMYK0.2700.080.38
HSL162.86º17.8%53.73%-
HSV(B)162.86º26.58%61.96%-
XYZ24.6230.2431.73-
YUV144.07129.09107.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=27.62%
G=37.62%
B=34.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581460.2700.080.38162.8617.853.73
Hex749E921B0826a31236
Octal16423622233010462432266
Binary1110100100111101001001011011010001001101010001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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