Html Css Color HEX #849A71 Amulet

📋 copy color: '#849A71'

red 132 ◦ green 154 ◦ blue 113

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

Shades of Amulet #849A71

Tints of Amulet #849A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 33.08%
G = 38.6%
B = 28.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#849A71 (or 0x849A71) is known color: Amulet. HEX triplet: 84, 9A and 71. RGB value is (132,154,113). Sum of RGB (Red+Green+Blue) = 132+154+113=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #849A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849A71 is #7B658E. Grayscale: #8E8E8E. Windows color (decimal): -8086927 or 7445124. OLE color: 7445124.

HSL color Cylindrical-coordinate representation of color #849A71: hue angle of 92.2º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #849A71 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 154 113 -
CMYK 0.14 0 0.27 0.40
HSL 92.2º 0.17% 0.52% -
HSV(B) 92.2º 0.27% 0.6% -
XYZ 24.05 29.21 19.99 -
YUV 142.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 132 154 113 0.14 0 0.27 0.40 92.2 0.17 0.52
Hex 84 9A 71 E 0 1B 28 5C 11 34
Octal 204 232 161 16 0 33 50 134 21 64
Binary 10000100 10011010 1110001 1110 0 11011 101000 1011100 10001 110100

Color Harmonies of #849A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849A71

Black with #849A71

Text Example


Text Example

White with #849A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,154,113); }

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

background-color css

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

 a { background-color: rgb(132,154,113); }

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

border-color css

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

 span { border-color: rgb(132,154,113); }

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