Html Css Color HEX #8C9A90 Envy

📋 copy color: '#8C9A90'

red 140 ◦ green 154 ◦ blue 144

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

Shades of Envy #8C9A90

Tints of Envy #8C9A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.16%

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

R = 31.96%
G = 35.16%
B = 32.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#8C9A90 (or 0x8C9A90) is known color: Envy. HEX triplet: 8C, 9A and 90. RGB value is (140,154,144). Sum of RGB (Red+Green+Blue) = 140+154+144=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9A90 is #73656F. Grayscale: #949494. Windows color (decimal): -7562608 or 9476748. OLE color: 9476748.

HSL color Cylindrical-coordinate representation of color #8C9A90: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C9A90 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 154 144 -
CMYK 0.09 0 0.06 0.40
HSL 137.14º 0.06% 0.58% -
HSV(B) 137.14º 0.09% 0.6% -
XYZ 27.4 30.7 30.87 -
YUV 148.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 140 154 144 0.09 0 0.06 0.40 137.14 0.06 0.58
Hex 8C 9A 90 9 0 6 28 89 6 3A
Octal 214 232 220 11 0 6 50 211 6 72
Binary 10001100 10011010 10010000 1001 0 110 101000 10001001 110 111010

Color Harmonies of #8C9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9A90

Black with #8C9A90

Text Example


Text Example

White with #8C9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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