Html Css Color HEX #849C7F Amulet

📋 copy color: '#849C7F'

red 132 ◦ green 156 ◦ blue 127

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

Shades of Amulet #849C7F

Tints of Amulet #849C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.59%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 31.81%
G = 37.59%
B = 30.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#849C7F (or 0x849C7F) is known color: Amulet. HEX triplet: 84, 9C and 7F. RGB value is (132,156,127). Sum of RGB (Red+Green+Blue) = 132+156+127=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #849C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C7F is #7B6380. Grayscale: #919191. Windows color (decimal): -8086401 or 8363140. OLE color: 8363140.

HSL color Cylindrical-coordinate representation of color #849C7F: hue angle of 109.66º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849C7F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 156 127 -
CMYK 0.15 0 0.19 0.39
HSL 109.66º 0.13% 0.55% -
HSV(B) 109.66º 0.19% 0.61% -
XYZ 25.23 30.21 24.58 -
YUV 145.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 132 156 127 0.15 0 0.19 0.39 109.66 0.13 0.55
Hex 84 9C 7F F 0 13 27 6E D 37
Octal 204 234 177 17 0 23 47 156 15 67
Binary 10000100 10011100 1111111 1111 0 10011 100111 1101110 1101 110111

Color Harmonies of #849C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C7F

Black with #849C7F

Text Example


Text Example

White with #849C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,156,127); }

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

background-color css

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

 a { background-color: rgb(132,156,127); }

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

border-color css

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

 span { border-color: rgb(132,156,127); }

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