Html Css Color HEX #749189 Granny Smith

📋 copy color: '#749189'

red 116 ◦ green 145 ◦ blue 137

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

Shades of Granny Smith #749189

Tints of Granny Smith #749189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 29.15%
G = 36.43%
B = 34.42%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#749189 (or 0x749189) is known color: Granny Smith. HEX triplet: 74, 91 and 89. RGB value is (116,145,137). Sum of RGB (Red+Green+Blue) = 116+145+137=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #749189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749189 is #8B6E76. Grayscale: #878787. Windows color (decimal): -9137783 or 9015668. OLE color: 9015668.

HSL color Cylindrical-coordinate representation of color #749189: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749189 is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 137 -
CMYK 0.2 0 0.06 0.43
HSL 163.45º 0.12% 0.51% -
HSV(B) 163.45º 0.2% 0.57% -
XYZ 21.84 25.77 27.49 -
YUV 135.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 116 145 137 0.2 0 0.06 0.43 163.45 0.12 0.51
Hex 74 91 89 14 0 6 2B A3 C 33
Octal 164 221 211 24 0 6 53 243 14 63
Binary 1110100 10010001 10001001 10100 0 110 101011 10100011 1100 110011

Color Harmonies of #749189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749189

Black with #749189

Text Example


Text Example

White with #749189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749189; }

 p { color: rgb(116,145,137); }

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

background-color css

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

 a { background-color: rgb(116,145,137); }

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

border-color css

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

 span { border-color: rgb(116,145,137); }

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