Html Css Color HEX #85A272 Amulet

📋 copy color: '#85A272'

red 133 ◦ green 162 ◦ blue 114

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

Shades of Amulet #85A272

Tints of Amulet #85A272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 32.52%
G = 39.61%
B = 27.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#85A272 (or 0x85A272) is known color: Amulet. HEX triplet: 85, A2 and 72. RGB value is (133,162,114). Sum of RGB (Red+Green+Blue) = 133+162+114=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #85A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A272 is #7A5D8D. Grayscale: #949494. Windows color (decimal): -8019342 or 7512709. OLE color: 7512709.

HSL color Cylindrical-coordinate representation of color #85A272: hue angle of 96.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A272 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 114 -
CMYK 0.18 0 0.30 0.36
HSL 96.25º 0.21% 0.54% -
HSV(B) 96.25º 0.3% 0.64% -
XYZ 25.63 32.04 20.75 -
YUV 147.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 133 162 114 0.18 0 0.30 0.36 96.25 0.21 0.54
Hex 85 A2 72 12 0 1E 24 60 15 36
Octal 205 242 162 22 0 36 44 140 25 66
Binary 10000101 10100010 1110010 10010 0 11110 100100 1100000 10101 110110

Color Harmonies of #85A272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A272

Black with #85A272

Text Example


Text Example

White with #85A272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,114); }

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

background-color css

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

 a { background-color: rgb(133,162,114); }

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

border-color css

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

 span { border-color: rgb(133,162,114); }

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