Html Css Color HEX #85A875 Amulet

📋 copy color: '#85A875'

red 133 ◦ green 168 ◦ blue 117

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

Shades of Amulet #85A875

Tints of Amulet #85A875

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 31.82%
G = 40.19%
B = 27.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#85A875 (or 0x85A875) is known color: Amulet. HEX triplet: 85, A8 and 75. RGB value is (133,168,117). Sum of RGB (Red+Green+Blue) = 133+168+117=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #85A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A875 is #7A578A. Grayscale: #979797. Windows color (decimal): -8017803 or 7710853. OLE color: 7710853.

HSL color Cylindrical-coordinate representation of color #85A875: hue angle of 101.18º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A875 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 168 117 -
CMYK 0.21 0 0.30 0.34
HSL 101.18º 0.23% 0.56% -
HSV(B) 101.18º 0.3% 0.66% -
XYZ 26.89 34.28 22.03 -
YUV 151.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 133 168 117 0.21 0 0.30 0.34 101.18 0.23 0.56
Hex 85 A8 75 15 0 1E 22 65 17 38
Octal 205 250 165 25 0 36 42 145 27 70
Binary 10000101 10101000 1110101 10101 0 11110 100010 1100101 10111 111000

Color Harmonies of #85A875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A875

Black with #85A875

Text Example


Text Example

White with #85A875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,117); }

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

background-color css

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

 a { background-color: rgb(133,168,117); }

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

border-color css

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

 span { border-color: rgb(133,168,117); }

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