Html Css Color HEX #85A46E Amulet

📋 copy color: '#85A46E'

red 133 ◦ green 164 ◦ blue 110

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

Shades of Amulet #85A46E

Tints of Amulet #85A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 32.68%
G = 40.29%
B = 27.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#85A46E (or 0x85A46E) is known color: Amulet. HEX triplet: 85, A4 and 6E. RGB value is (133,164,110). Sum of RGB (Red+Green+Blue) = 133+164+110=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #85A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A46E is #7A5B91. Grayscale: #949494. Windows color (decimal): -8018834 or 7251077. OLE color: 7251077.

HSL color Cylindrical-coordinate representation of color #85A46E: hue angle of 94.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85A46E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 164 110 -
CMYK 0.19 0 0.33 0.36
HSL 94.44º 0.23% 0.54% -
HSV(B) 94.44º 0.33% 0.64% -
XYZ 25.76 32.66 19.7 -
YUV 148.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 133 164 110 0.19 0 0.33 0.36 94.44 0.23 0.54
Hex 85 A4 6E 13 0 21 24 5E 17 36
Octal 205 244 156 23 0 41 44 136 27 66
Binary 10000101 10100100 1101110 10011 0 100001 100100 1011110 10111 110110

Color Harmonies of #85A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A46E

Black with #85A46E

Text Example


Text Example

White with #85A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,164,110); }

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

background-color css

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

 a { background-color: rgb(133,164,110); }

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

border-color css

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

 span { border-color: rgb(133,164,110); }

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