Html Css Color HEX #849F6E Amulet

📋 copy color: '#849F6E'

red 132 ◦ green 159 ◦ blue 110

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

Shades of Amulet #849F6E

Tints of Amulet #849F6E

RGB

 RED value IS 132 (51.95% from 255) = 32.92%

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 32.92%
G = 39.65%
B = 27.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#849F6E (or 0x849F6E) is known color: Amulet. HEX triplet: 84, 9F and 6E. RGB value is (132,159,110). Sum of RGB (Red+Green+Blue) = 132+159+110=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #849F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F6E is #7B6091. Grayscale: #919191. Windows color (decimal): -8085650 or 7249796. OLE color: 7249796.

HSL color Cylindrical-coordinate representation of color #849F6E: hue angle of 93.06º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849F6E is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 110 -
CMYK 0.17 0 0.31 0.38
HSL 93.06º 0.2% 0.53% -
HSV(B) 93.06º 0.31% 0.62% -
XYZ 24.73 30.83 19.4 -
YUV 145.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 132 159 110 0.17 0 0.31 0.38 93.06 0.2 0.53
Hex 84 9F 6E 11 0 1F 26 5D 14 35
Octal 204 237 156 21 0 37 46 135 24 65
Binary 10000100 10011111 1101110 10001 0 11111 100110 1011101 10100 110101

Color Harmonies of #849F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F6E

Black with #849F6E

Text Example


Text Example

White with #849F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F6E; }

 p { color: rgb(132,159,110); }

 H1.HeaderClassName
 {
   color: #849F6E;
 }
 .AnyTagClassName
 {
   color: #849F6E;
 }
</style>

background-color css

<style>
 a { background-color: #849F6E; }

 a { background-color: rgb(132,159,110); }

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

border-color css

<style>
 span { border-color: #849F6E; }

 span { border-color: rgb(132,159,110); }

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