Html Css Color HEX #89908E Granny Smith

📋 copy color: '#89908E'

red 137 ◦ green 144 ◦ blue 142

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

Shades of Granny Smith #89908E

Tints of Granny Smith #89908E

RGB

 RED value IS 137 (53.91% from 255) = 32.39%

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 32.39%
G = 34.04%
B = 33.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#89908E (or 0x89908E) is known color: Granny Smith. HEX triplet: 89, 90 and 8E. RGB value is (137,144,142). Sum of RGB (Red+Green+Blue) = 137+144+142=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 144 - color contains mainly: green. Hex color #89908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89908E is #766F71. Grayscale: #8D8D8D. Windows color (decimal): -7761778 or 9343113. OLE color: 9343113.

HSL color Cylindrical-coordinate representation of color #89908E: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #89908E is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 142 -
CMYK 0.05 0 0.01 0.44
HSL 162.86º 0.03% 0.55% -
HSV(B) 162.86º 0.05% 0.56% -
XYZ 25.17 27.22 29.52 -
YUV 141.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 137 144 142 0.05 0 0.01 0.44 162.86 0.03 0.55
Hex 89 90 8E 5 0 1 2C A3 3 37
Octal 211 220 216 5 0 1 54 243 3 67
Binary 10001001 10010000 10001110 101 0 1 101100 10100011 11 110111

Color Harmonies of #89908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89908E

Black with #89908E

Text Example


Text Example

White with #89908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89908E; }

 p { color: rgb(137,144,142); }

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

background-color css

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

 a { background-color: rgb(137,144,142); }

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

border-color css

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

 span { border-color: rgb(137,144,142); }

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