Html Css Color HEX #85A177 Amulet

📋 copy color: '#85A177'

red 133 ◦ green 161 ◦ blue 119

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

Shades of Amulet #85A177

Tints of Amulet #85A177

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 32.2%
G = 38.98%
B = 28.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#85A177 (or 0x85A177) is known color: Amulet. HEX triplet: 85, A1 and 77. RGB value is (133,161,119). Sum of RGB (Red+Green+Blue) = 133+161+119=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #85A177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A177 is #7A5E88. Grayscale: #939393. Windows color (decimal): -8019593 or 7840133. OLE color: 7840133.

HSL color Cylindrical-coordinate representation of color #85A177: hue angle of 100º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85A177 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 119 -
CMYK 0.17 0 0.26 0.37
HSL 100º 0.18% 0.55% -
HSV(B) 100º 0.26% 0.63% -
XYZ 25.75 31.81 22.24 -
YUV 147.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 133 161 119 0.17 0 0.26 0.37 100 0.18 0.55
Hex 85 A1 77 11 0 1A 25 64 12 37
Octal 205 241 167 21 0 32 45 144 22 67
Binary 10000101 10100001 1110111 10001 0 11010 100101 1100100 10010 110111

Color Harmonies of #85A177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A177

Black with #85A177

Text Example


Text Example

White with #85A177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A177; }

 p { color: rgb(133,161,119); }

 H1.HeaderClassName
 {
   color: #85A177;
 }
 .AnyTagClassName
 {
   color: #85A177;
 }
</style>

background-color css

<style>
 a { background-color: #85A177; }

 a { background-color: rgb(133,161,119); }

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

border-color css

<style>
 span { border-color: #85A177; }

 span { border-color: rgb(133,161,119); }

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