Html Css Color HEX #898F8D Granny Smith

📋 copy color: '#898F8D'

red 137 ◦ green 143 ◦ blue 141

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

Shades of Granny Smith #898F8D

Tints of Granny Smith #898F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.97%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 32.54%
G = 33.97%
B = 33.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#898F8D (or 0x898F8D) is known color: Granny Smith. HEX triplet: 89, 8F and 8D. RGB value is (137,143,141). Sum of RGB (Red+Green+Blue) = 137+143+141=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 143 - color contains mainly: green. Hex color #898F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F8D is #767072. Grayscale: #8C8C8C. Windows color (decimal): -7762035 or 9277321. OLE color: 9277321.

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

Color convert

RGB 137 143 141 -
CMYK 0.04 0 0.01 0.44
HSL 160º 0.03% 0.55% -
HSV(B) 160º 0.04% 0.56% -
XYZ 24.95 26.89 29.07 -
YUV 140.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 137 143 141 0.04 0 0.01 0.44 160 0.03 0.55
Hex 89 8F 8D 4 0 1 2C A0 3 37
Octal 211 217 215 4 0 1 54 240 3 67
Binary 10001001 10001111 10001101 100 0 1 101100 10100000 11 110111

Color Harmonies of #898F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898F8D

Black with #898F8D

Text Example


Text Example

White with #898F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898F8D; }

 p { color: rgb(137,143,141); }

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

background-color css

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

 a { background-color: rgb(137,143,141); }

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

border-color css

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

 span { border-color: rgb(137,143,141); }

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