Html Css Color HEX #85AD73 Amulet

📋 copy color: '#85AD73'

red 133 ◦ green 173 ◦ blue 115

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

Shades of Amulet #85AD73

Tints of Amulet #85AD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 31.59%
G = 41.09%
B = 27.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#85AD73 (or 0x85AD73) is known color: Amulet. HEX triplet: 85, AD and 73. RGB value is (133,173,115). Sum of RGB (Red+Green+Blue) = 133+173+115=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AD73 is #7A528C. Grayscale: #9A9A9A. Windows color (decimal): -8016525 or 7581061. OLE color: 7581061.

HSL color Cylindrical-coordinate representation of color #85AD73: hue angle of 101.38º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85AD73 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 173 115 -
CMYK 0.23 0 0.34 0.32
HSL 101.38º 0.26% 0.56% -
HSV(B) 101.38º 0.34% 0.68% -
XYZ 27.71 36.11 21.73 -
YUV 154.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 133 173 115 0.23 0 0.34 0.32 101.38 0.26 0.56
Hex 85 AD 73 17 0 22 20 65 1A 38
Octal 205 255 163 27 0 42 40 145 32 70
Binary 10000101 10101101 1110011 10111 0 100010 100000 1100101 11010 111000

Color Harmonies of #85AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AD73

Black with #85AD73

Text Example


Text Example

White with #85AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,173,115); }

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

background-color css

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

 a { background-color: rgb(133,173,115); }

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

border-color css

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

 span { border-color: rgb(133,173,115); }

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