Html Css Color HEX #749E8F Granny Smith

📋 copy color: '#749E8F'

red 116 ◦ green 158 ◦ blue 143

#749E8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #749E8F

Tints of Granny Smith #749E8F

RGB

 RED value IS 116 (45.7% 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 value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#749E8F (or 0x749E8F) is known color: 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

RGB 116 158 143 -
CMYK 0.27 0 0.09 0.38
HSL 158.57º 0.18% 0.54% -
HSV(B) 158.57º 0.27% 0.62% -
XYZ 24.39 30.15 30.52 -
YUV 143.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 116 158 143 0.27 0 0.09 0.38 158.57 0.18 0.54
Hex 74 9E 8F 1B 0 9 26 9F 12 36
Octal 164 236 217 33 0 11 46 237 22 66
Binary 1110100 10011110 10001111 11011 0 1001 100110 10011111 10010 110110

Color Harmonies of #749E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749E8F

Black with #749E8F

Text Example


Text Example

White with #749E8F

Text Example


Text Example

HTML Codes & Css Web 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>