Html Css Color HEX #859E70 Amulet

📋 copy color: '#859E70'

red 133 ◦ green 158 ◦ blue 112

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

Shades of Amulet #859E70

Tints of Amulet #859E70

RGB

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

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

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

R = 33%
G = 39.21%
B = 27.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#859E70 (or 0x859E70) is known color: Amulet. HEX triplet: 85, 9E and 70. RGB value is (133,158,112). Sum of RGB (Red+Green+Blue) = 133+158+112=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #859E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E70 is #7A618F. Grayscale: #919191. Windows color (decimal): -8020368 or 7380613. OLE color: 7380613.

HSL color Cylindrical-coordinate representation of color #859E70: hue angle of 92.61º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #859E70 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 158 112 -
CMYK 0.16 0 0.29 0.38
HSL 92.61º 0.19% 0.53% -
HSV(B) 92.61º 0.29% 0.62% -
XYZ 24.82 30.61 19.93 -
YUV 145.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 133 158 112 0.16 0 0.29 0.38 92.61 0.19 0.53
Hex 85 9E 70 10 0 1D 26 5D 13 35
Octal 205 236 160 20 0 35 46 135 23 65
Binary 10000101 10011110 1110000 10000 0 11101 100110 1011101 10011 110101

Color Harmonies of #859E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E70

Black with #859E70

Text Example


Text Example

White with #859E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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