Html Css Color HEX #8A8C6F Bitter

📋 copy color: '#8A8C6F'

red 138 ◦ green 140 ◦ blue 111

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

Shades of Bitter #8A8C6F

Tints of Bitter #8A8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 35.48%
G = 35.99%
B = 28.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8A8C6F (or 0x8A8C6F) is known color: Bitter. HEX triplet: 8A, 8C and 6F. RGB value is (138,140,111). Sum of RGB (Red+Green+Blue) = 138+140+111=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8C6F is #757390. Grayscale: #888888. Windows color (decimal): -7697297 or 7310474. OLE color: 7310474.

HSL color Cylindrical-coordinate representation of color #8A8C6F: hue angle of 64.14º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A8C6F is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 140 111 -
CMYK 0.01 0 0.21 0.45
HSL 64.14º 0.12% 0.49% -
HSV(B) 64.14º 0.21% 0.55% -
XYZ 22.73 25.31 18.73 -
YUV 136.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 138 140 111 0.01 0 0.21 0.45 64.14 0.12 0.49
Hex 8A 8C 6F 1 0 15 2D 40 C 31
Octal 212 214 157 1 0 25 55 100 14 61
Binary 10001010 10001100 1101111 1 0 10101 101101 1000000 1100 110001

Color Harmonies of #8A8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8C6F

Black with #8A8C6F

Text Example


Text Example

White with #8A8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,140,111); }

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

background-color css

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

 a { background-color: rgb(138,140,111); }

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

border-color css

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

 span { border-color: rgb(138,140,111); }

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