Html Css Color HEX #749889 Granny Smith

📋 copy color: '#749889'

red 116 ◦ green 152 ◦ blue 137

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

Shades of Granny Smith #749889

Tints of Granny Smith #749889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

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

R = 28.64%
G = 37.53%
B = 33.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#749889 (or 0x749889) is known color: Granny Smith. HEX triplet: 74, 98 and 89. RGB value is (116,152,137). Sum of RGB (Red+Green+Blue) = 116+152+137=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #749889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749889 is #8B6776. Grayscale: #8B8B8B. Windows color (decimal): -9135991 or 9017460. OLE color: 9017460.

HSL color Cylindrical-coordinate representation of color #749889: hue angle of 155º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749889 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 137 -
CMYK 0.24 0 0.10 0.40
HSL 155º 0.15% 0.53% -
HSV(B) 155º 0.24% 0.6% -
XYZ 22.95 27.98 27.86 -
YUV 139.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 116 152 137 0.24 0 0.10 0.40 155 0.15 0.53
Hex 74 98 89 18 0 A 28 9B F 35
Octal 164 230 211 30 0 12 50 233 17 65
Binary 1110100 10011000 10001001 11000 0 1010 101000 10011011 1111 110101

Color Harmonies of #749889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749889

Black with #749889

Text Example


Text Example

White with #749889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749889; }

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

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

background-color css

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

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

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

border-color css

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

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

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