Html Css Color HEX #8E9076 Bitter

📋 copy color: '#8E9076'

red 142 ◦ green 144 ◦ blue 118

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

Shades of Bitter #8E9076

Tints of Bitter #8E9076

RGB

 RED value IS 142 (55.86% from 255) = 35.15%

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

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 35.15%
G = 35.64%
B = 29.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E9076 (or 0x8E9076) is known color: Bitter. HEX triplet: 8E, 90 and 76. RGB value is (142,144,118). Sum of RGB (Red+Green+Blue) = 142+144+118=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9076 is #716F89. Grayscale: #8C8C8C. Windows color (decimal): -7434122 or 7770254. OLE color: 7770254.

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

Color convert

RGB 142 144 118 -
CMYK 0.01 0 0.18 0.44
HSL 64.62º 0.1% 0.51% -
HSV(B) 64.62º 0.18% 0.56% -
XYZ 24.4 27.01 21.07 -
YUV 140.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 142 144 118 0.01 0 0.18 0.44 64.62 0.1 0.51
Hex 8E 90 76 1 0 12 2C 41 A 33
Octal 216 220 166 1 0 22 54 101 12 63
Binary 10001110 10010000 1110110 1 0 10010 101100 1000001 1010 110011

Color Harmonies of #8E9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9076

Black with #8E9076

Text Example


Text Example

White with #8E9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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