Html Css Color HEX #849F70 Amulet

📋 copy color: '#849F70'

red 132 ◦ green 159 ◦ blue 112

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

Shades of Amulet #849F70

Tints of Amulet #849F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.79%

R = 32.75%
G = 39.45%
B = 27.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#849F70 (or 0x849F70) is known color: Amulet. HEX triplet: 84, 9F and 70. RGB value is (132,159,112). Sum of RGB (Red+Green+Blue) = 132+159+112=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #849F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F70 is #7B608F. Grayscale: #919191. Windows color (decimal): -8085648 or 7380868. OLE color: 7380868.

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

Color convert

RGB 132 159 112 -
CMYK 0.17 0 0.30 0.38
HSL 94.47º 0.2% 0.53% -
HSV(B) 94.47º 0.3% 0.62% -
XYZ 24.84 30.87 19.98 -
YUV 145.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 132 159 112 0.17 0 0.30 0.38 94.47 0.2 0.53
Hex 84 9F 70 11 0 1E 26 5E 14 35
Octal 204 237 160 21 0 36 46 136 24 65
Binary 10000100 10011111 1110000 10001 0 11110 100110 1011110 10100 110101

Color Harmonies of #849F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F70

Black with #849F70

Text Example


Text Example

White with #849F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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