Html Css Color HEX #8A8D76 Bitter

📋 copy color: '#8A8D76'

red 138 ◦ green 141 ◦ blue 118

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

Shades of Bitter #8A8D76

Tints of Bitter #8A8D76

RGB

 RED value IS 138 (54.3% from 255) = 34.76%

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 34.76%
G = 35.52%
B = 29.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8A8D76 (or 0x8A8D76) is known color: Bitter. HEX triplet: 8A, 8D and 76. RGB value is (138,141,118). Sum of RGB (Red+Green+Blue) = 138+141+118=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8D76 is #757289. Grayscale: #898989. Windows color (decimal): -7697034 or 7769482. OLE color: 7769482.

HSL color Cylindrical-coordinate representation of color #8A8D76: hue angle of 67.83º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A8D76 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 141 118 -
CMYK 0.02 0 0.16 0.45
HSL 67.83º 0.09% 0.51% -
HSV(B) 67.83º 0.16% 0.55% -
XYZ 23.28 25.76 20.89 -
YUV 137.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 138 141 118 0.02 0 0.16 0.45 67.83 0.09 0.51
Hex 8A 8D 76 2 0 10 2D 44 9 33
Octal 212 215 166 2 0 20 55 104 11 63
Binary 10001010 10001101 1110110 10 0 10000 101101 1000100 1001 110011

Color Harmonies of #8A8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D76

Black with #8A8D76

Text Example


Text Example

White with #8A8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,141,118); }

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

background-color css

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

 a { background-color: rgb(138,141,118); }

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

border-color css

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

 span { border-color: rgb(138,141,118); }

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