Html Css Color HEX #859E7A Amulet

📋 copy color: '#859E7A'

red 133 ◦ green 158 ◦ blue 122

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

Shades of Amulet #859E7A

Tints of Amulet #859E7A

RGB

 RED value IS 133 (52.34% from 255) = 32.2%

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 32.2%
G = 38.26%
B = 29.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#859E7A (or 0x859E7A) is known color: Amulet. HEX triplet: 85, 9E and 7A. RGB value is (133,158,122). Sum of RGB (Red+Green+Blue) = 133+158+122=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #859E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E7A is #7A6185. Grayscale: #929292. Windows color (decimal): -8020358 or 8035973. OLE color: 8035973.

HSL color Cylindrical-coordinate representation of color #859E7A: hue angle of 101.67º 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 #859E7A is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 158 122 -
CMYK 0.16 0 0.23 0.38
HSL 101.67º 0.16% 0.55% -
HSV(B) 101.67º 0.23% 0.62% -
XYZ 25.41 30.85 23.03 -
YUV 146.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 133 158 122 0.16 0 0.23 0.38 101.67 0.16 0.55
Hex 85 9E 7A 10 0 17 26 66 10 37
Octal 205 236 172 20 0 27 46 146 20 67
Binary 10000101 10011110 1111010 10000 0 10111 100110 1100110 10000 110111

Color Harmonies of #859E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E7A

Black with #859E7A

Text Example


Text Example

White with #859E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859E7A; }

 p { color: rgb(133,158,122); }

 H1.HeaderClassName
 {
   color: #859E7A;
 }
 .AnyTagClassName
 {
   color: #859E7A;
 }
</style>

background-color css

<style>
 a { background-color: #859E7A; }

 a { background-color: rgb(133,158,122); }

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

border-color css

<style>
 span { border-color: #859E7A; }

 span { border-color: rgb(133,158,122); }

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