Html Css Color HEX #85AC7C Amulet

📋 copy color: '#85AC7C'

red 133 ◦ green 172 ◦ blue 124

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

Shades of Amulet #85AC7C

Tints of Amulet #85AC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 31%
G = 40.09%
B = 28.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#85AC7C (or 0x85AC7C) is known color: Amulet. HEX triplet: 85, AC and 7C. RGB value is (133,172,124). Sum of RGB (Red+Green+Blue) = 133+172+124=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC7C is #7A5383. Grayscale: #9B9B9B. Windows color (decimal): -8016772 or 8170629. OLE color: 8170629.

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

Color convert

RGB 133 172 124 -
CMYK 0.23 0 0.28 0.33
HSL 108.75º 0.22% 0.58% -
HSV(B) 108.75º 0.28% 0.67% -
XYZ 28.06 35.95 24.53 -
YUV 154.87 110.58 112.4 -
System Red Green Blue C M Y K H S L
Decimal 133 172 124 0.23 0 0.28 0.33 108.75 0.22 0.58
Hex 85 AC 7C 17 0 1C 21 6D 16 3A
Octal 205 254 174 27 0 34 41 155 26 72
Binary 10000101 10101100 1111100 10111 0 11100 100001 1101101 10110 111010

Color Harmonies of #85AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC7C

Black with #85AC7C

Text Example


Text Example

White with #85AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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