Html Css Color HEX #898F8C Granny Smith

📋 copy color: '#898F8C'

red 137 ◦ green 143 ◦ blue 140

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

Shades of Granny Smith #898F8C

Tints of Granny Smith #898F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 32.62%
G = 34.05%
B = 33.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#898F8C (or 0x898F8C) is known color: Granny Smith. HEX triplet: 89, 8F and 8C. RGB value is (137,143,140). Sum of RGB (Red+Green+Blue) = 137+143+140=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 143 - color contains mainly: green. Hex color #898F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F8C is #767073. Grayscale: #8C8C8C. Windows color (decimal): -7762036 or 9211785. OLE color: 9211785.

HSL color Cylindrical-coordinate representation of color #898F8C: hue angle of 150º 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 #898F8C is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 143 140 -
CMYK 0.04 0 0.02 0.44
HSL 150º 0.03% 0.55% -
HSV(B) 150º 0.04% 0.56% -
XYZ 24.87 26.86 28.68 -
YUV 140.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 137 143 140 0.04 0 0.02 0.44 150 0.03 0.55
Hex 89 8F 8C 4 0 2 2C 96 3 37
Octal 211 217 214 4 0 2 54 226 3 67
Binary 10001001 10001111 10001100 100 0 10 101100 10010110 11 110111

Color Harmonies of #898F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898F8C

Black with #898F8C

Text Example


Text Example

White with #898F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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