Html Css Color HEX #85AC73 Amulet

📋 copy color: '#85AC73'

red 133 ◦ green 172 ◦ blue 115

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

Shades of Amulet #85AC73

Tints of Amulet #85AC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 31.67%
G = 40.95%
B = 27.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#85AC73 (or 0x85AC73) is known color: Amulet. HEX triplet: 85, AC and 73. RGB value is (133,172,115). Sum of RGB (Red+Green+Blue) = 133+172+115=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC73 is #7A538C. Grayscale: #9A9A9A. Windows color (decimal): -8016781 or 7580805. OLE color: 7580805.

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

Color convert

RGB 133 172 115 -
CMYK 0.23 0 0.33 0.33
HSL 101.05º 0.26% 0.56% -
HSV(B) 101.05º 0.33% 0.67% -
XYZ 27.52 35.73 21.67 -
YUV 153.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 133 172 115 0.23 0 0.33 0.33 101.05 0.26 0.56
Hex 85 AC 73 17 0 21 21 65 1A 38
Octal 205 254 163 27 0 41 41 145 32 70
Binary 10000101 10101100 1110011 10111 0 100001 100001 1100101 11010 111000

Color Harmonies of #85AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC73

Black with #85AC73

Text Example


Text Example

White with #85AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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