Html Css Color HEX #8C908E Granny Smith

📋 copy color: '#8C908E'

red 140 ◦ green 144 ◦ blue 142

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

Shades of Granny Smith #8C908E

Tints of Granny Smith #8C908E

RGB

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

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

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

R = 32.86%
G = 33.8%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8C908E (or 0x8C908E) is known color: Granny Smith. HEX triplet: 8C, 90 and 8E. RGB value is (140,144,142). Sum of RGB (Red+Green+Blue) = 140+144+142=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 144 - color contains mainly: green. Hex color #8C908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C908E is #736F71. Grayscale: #8E8E8E. Windows color (decimal): -7565170 or 9343116. OLE color: 9343116.

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

Color convert

RGB 140 144 142 -
CMYK 0.03 0 0.01 0.44
HSL 150º 0.02% 0.56% -
HSV(B) 150º 0.03% 0.56% -
XYZ 25.67 27.47 29.54 -
YUV 142.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 140 144 142 0.03 0 0.01 0.44 150 0.02 0.56
Hex 8C 90 8E 3 0 1 2C 96 2 38
Octal 214 220 216 3 0 1 54 226 2 70
Binary 10001100 10010000 10001110 11 0 1 101100 10010110 10 111000

Color Harmonies of #8C908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C908E

Black with #8C908E

Text Example


Text Example

White with #8C908E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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