#749D94

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

Shades of Granny Smith #749D94

Tints of Granny Smith #749D94

Color information

#749D94 (or 0x749D94) is unknown color: approx Granny Smith. HEX triplet: 74, 9D and 94. RGB value is (116,157,148). Sum of RGB (Red+Green+Blue) = 116+157+148=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #749D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D94 is #8B626B. Grayscale: #8F8F8F. Windows color (decimal): -9134700 or 9739636. OLE color: 9739636.

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

Color convert

RGB116157148-
CMYK0.2600.060.38
HSL166.83º17.3%53.53%-
HSV(B)166.83º26.11%61.57%-
XYZ24.629.9732.5-
YUV143.71130.42108.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=27.55%
G=37.29%
B=35.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571480.2600.060.38166.8317.353.53
Hex749D941A0626a71136
Octal1642352243206462472166
Binary111010010011101100101001101001101001101010011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,148); }

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

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

 a { background-color: rgb(116,157,148); }

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

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

 span { border-color: rgb(116,157,148); }

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