Html Css Color HEX #8C9490 Granny Smith

📋 copy color: '#8C9490'

red 140 ◦ green 148 ◦ blue 144

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

Shades of Granny Smith #8C9490

Tints of Granny Smith #8C9490

RGB

 RED value IS 140 (55.08% from 255) = 32.41%

 GREEN value IS 148 (58.2% from 255) = 34.26%

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 32.41%
G = 34.26%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#8C9490 (or 0x8C9490) is known color: Granny Smith. HEX triplet: 8C, 94 and 90. RGB value is (140,148,144). Sum of RGB (Red+Green+Blue) = 140+148+144=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9490 is #736B6F. Grayscale: #919191. Windows color (decimal): -7564144 or 9475212. OLE color: 9475212.

HSL color Cylindrical-coordinate representation of color #8C9490: hue angle of 150º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C9490 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 148 144 -
CMYK 0.05 0 0.03 0.42
HSL 150º 0.04% 0.56% -
HSV(B) 150º 0.05% 0.58% -
XYZ 26.44 28.77 30.55 -
YUV 145.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 140 148 144 0.05 0 0.03 0.42 150 0.04 0.56
Hex 8C 94 90 5 0 3 2A 96 4 38
Octal 214 224 220 5 0 3 52 226 4 70
Binary 10001100 10010100 10010000 101 0 11 101010 10010110 100 111000

Color Harmonies of #8C9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9490

Black with #8C9490

Text Example


Text Example

White with #8C9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9490; }

 p { color: rgb(140,148,144); }

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

background-color css

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

 a { background-color: rgb(140,148,144); }

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

border-color css

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

 span { border-color: rgb(140,148,144); }

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