Html Css Color HEX #8F9F83 Amulet

📋 copy color: '#8F9F83'

red 143 ◦ green 159 ◦ blue 131

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

Shades of Amulet #8F9F83

Tints of Amulet #8F9F83

RGB

 RED value IS 143 (56.25% from 255) = 33.03%

 GREEN value IS 159 (62.5% from 255) = 36.72%

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 33.03%
G = 36.72%
B = 30.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#8F9F83 (or 0x8F9F83) is known color: Amulet. HEX triplet: 8F, 9F and 83. RGB value is (143,159,131). Sum of RGB (Red+Green+Blue) = 143+159+131=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F83 is #70607C. Grayscale: #979797. Windows color (decimal): -7364733 or 8626063. OLE color: 8626063.

HSL color Cylindrical-coordinate representation of color #8F9F83: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9F83 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 159 131 -
CMYK 0.10 0 0.18 0.38
HSL 94.29º 0.13% 0.57% -
HSV(B) 94.29º 0.18% 0.62% -
XYZ 27.82 32.27 26.24 -
YUV 151.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 143 159 131 0.10 0 0.18 0.38 94.29 0.13 0.57
Hex 8F 9F 83 A 0 12 26 5E D 39
Octal 217 237 203 12 0 22 46 136 15 71
Binary 10001111 10011111 10000011 1010 0 10010 100110 1011110 1101 111001

Color Harmonies of #8F9F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F83

Black with #8F9F83

Text Example


Text Example

White with #8F9F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,159,131); }

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

background-color css

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

 a { background-color: rgb(143,159,131); }

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

border-color css

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

 span { border-color: rgb(143,159,131); }

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