Html Css Color HEX #8C9076 Bitter

📋 copy color: '#8C9076'

red 140 ◦ green 144 ◦ blue 118

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

Shades of Bitter #8C9076

Tints of Bitter #8C9076

RGB

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

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

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

R = 34.83%
G = 35.82%
B = 29.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8C9076 (or 0x8C9076) is known color: Bitter. HEX triplet: 8C, 90 and 76. RGB value is (140,144,118). Sum of RGB (Red+Green+Blue) = 140+144+118=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9076 is #736F89. Grayscale: #8B8B8B. Windows color (decimal): -7565194 or 7770252. OLE color: 7770252.

HSL color Cylindrical-coordinate representation of color #8C9076: hue angle of 69.23º 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 #8C9076 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 118 -
CMYK 0.03 0 0.18 0.44
HSL 69.23º 0.1% 0.51% -
HSV(B) 69.23º 0.18% 0.56% -
XYZ 24.06 26.83 21.05 -
YUV 139.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 140 144 118 0.03 0 0.18 0.44 69.23 0.1 0.51
Hex 8C 90 76 3 0 12 2C 45 A 33
Octal 214 220 166 3 0 22 54 105 12 63
Binary 10001100 10010000 1110110 11 0 10010 101100 1000101 1010 110011

Color Harmonies of #8C9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9076

Black with #8C9076

Text Example


Text Example

White with #8C9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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