Html Css Color HEX #849F7B Amulet

📋 copy color: '#849F7B'

red 132 ◦ green 159 ◦ blue 123

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

Shades of Amulet #849F7B

Tints of Amulet #849F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 31.88%
G = 38.41%
B = 29.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#849F7B (or 0x849F7B) is known color: Amulet. HEX triplet: 84, 9F and 7B. RGB value is (132,159,123). Sum of RGB (Red+Green+Blue) = 132+159+123=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #849F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F7B is #7B6084. Grayscale: #929292. Windows color (decimal): -8085637 or 8101764. OLE color: 8101764.

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

Color convert

RGB 132 159 123 -
CMYK 0.17 0 0.23 0.38
HSL 105º 0.16% 0.55% -
HSV(B) 105º 0.23% 0.62% -
XYZ 25.49 31.13 23.4 -
YUV 146.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 132 159 123 0.17 0 0.23 0.38 105 0.16 0.55
Hex 84 9F 7B 11 0 17 26 69 10 37
Octal 204 237 173 21 0 27 46 151 20 67
Binary 10000100 10011111 1111011 10001 0 10111 100110 1101001 10000 110111

Color Harmonies of #849F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F7B

Black with #849F7B

Text Example


Text Example

White with #849F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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