#749E94

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

Shades of Granny Smith #749E94

Tints of Granny Smith #749E94

Color information

#749E94 (or 0x749E94) is unknown color: approx Granny Smith. HEX triplet: 74, 9E and 94. RGB value is (116,158,148). Sum of RGB (Red+Green+Blue) = 116+158+148=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #749E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E94 is #8B616B. Grayscale: #909090. Windows color (decimal): -9134444 or 9739892. OLE color: 9739892.

HSL color Cylindrical-coordinate representation of color #749E94: hue angle of 165.71º 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 #749E94 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB116158148-
CMYK0.2700.060.38
HSL165.71º17.8%53.73%-
HSV(B)165.71º26.58%61.96%-
XYZ24.7730.332.56-
YUV144.3130.09107.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=27.49%
G=37.44%
B=35.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581480.2700.060.38165.7117.853.73
Hex749E941B0626a61236
Octal1642362243306462462266
Binary111010010011110100101001101101101001101010011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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