#749E8F

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

Shades of Granny Smith #749E8F

Tints of Granny Smith #749E8F

Color information

#749E8F (or 0x749E8F) is unknown color: approx Granny Smith. HEX triplet: 74, 9E and 8F. RGB value is (116,158,143). Sum of RGB (Red+Green+Blue) = 116+158+143=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 158 - color contains mainly: green. Hex color #749E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E8F is #8B6170. Grayscale: #8F8F8F. Windows color (decimal): -9134449 or 9412212. OLE color: 9412212.

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

Color convert

RGB116158143-
CMYK0.2700.090.38
HSL158.57º17.8%53.73%-
HSV(B)158.57º26.58%61.96%-
XYZ24.3930.1530.52-
YUV143.73127.59108.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=27.82%
G=37.89%
B=34.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581430.2700.090.38158.5717.853.73
Hex749E8F1B09269f1236
Octal16423621733011462372266
Binary1110100100111101000111111011010011001101001111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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