Html Css Color HEX #85AC76 Amulet

📋 copy color: '#85AC76'

red 133 ◦ green 172 ◦ blue 118

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

Shades of Amulet #85AC76

Tints of Amulet #85AC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 31.44%
G = 40.66%
B = 27.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#85AC76 (or 0x85AC76) is known color: Amulet. HEX triplet: 85, AC and 76. RGB value is (133,172,118). Sum of RGB (Red+Green+Blue) = 133+172+118=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC76 is #7A5389. Grayscale: #9A9A9A. Windows color (decimal): -8016778 or 7777413. OLE color: 7777413.

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

Color convert

RGB 133 172 118 -
CMYK 0.23 0 0.31 0.33
HSL 103.33º 0.25% 0.57% -
HSV(B) 103.33º 0.31% 0.67% -
XYZ 27.7 35.8 22.59 -
YUV 154.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 133 172 118 0.23 0 0.31 0.33 103.33 0.25 0.57
Hex 85 AC 76 17 0 1F 21 67 19 39
Octal 205 254 166 27 0 37 41 147 31 71
Binary 10000101 10101100 1110110 10111 0 11111 100001 1100111 11001 111001

Color Harmonies of #85AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC76

Black with #85AC76

Text Example


Text Example

White with #85AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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