Html Css Color HEX #749F94 Granny Smith

📋 copy color: '#749F94'

red 116 ◦ green 159 ◦ blue 148

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

Shades of Granny Smith #749F94

Tints of Granny Smith #749F94

RGB

 RED value IS 116 (45.7% from 255) = 27.42%

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 27.42%
G = 37.59%
B = 34.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#749F94 (or 0x749F94) is known color: Granny Smith. HEX triplet: 74, 9F and 94. RGB value is (116,159,148). Sum of RGB (Red+Green+Blue) = 116+159+148=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #749F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749F94 is #8B606B. Grayscale: #909090. Windows color (decimal): -9134188 or 9740148. OLE color: 9740148.

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

Color convert

RGB 116 159 148 -
CMYK 0.27 0 0.07 0.38
HSL 164.65º 0.18% 0.54% -
HSV(B) 164.65º 0.27% 0.62% -
XYZ 24.95 30.65 32.62 -
YUV 144.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 116 159 148 0.27 0 0.07 0.38 164.65 0.18 0.54
Hex 74 9F 94 1B 0 7 26 A5 12 36
Octal 164 237 224 33 0 7 46 245 22 66
Binary 1110100 10011111 10010100 11011 0 111 100110 10100101 10010 110110

Color Harmonies of #749F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F94

Black with #749F94

Text Example


Text Example

White with #749F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #749F94;
 }
 .AnyTagClassName
 {
   color: #749F94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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