Html Css Color HEX #85A26F Amulet

📋 copy color: '#85A26F'

red 133 ◦ green 162 ◦ blue 111

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

Shades of Amulet #85A26F

Tints of Amulet #85A26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 32.76%
G = 39.9%
B = 27.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#85A26F (or 0x85A26F) is known color: Amulet. HEX triplet: 85, A2 and 6F. RGB value is (133,162,111). Sum of RGB (Red+Green+Blue) = 133+162+111=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #85A26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A26F is #7A5D90. Grayscale: #939393. Windows color (decimal): -8019345 or 7316101. OLE color: 7316101.

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

Color convert

RGB 133 162 111 -
CMYK 0.18 0 0.31 0.36
HSL 94.12º 0.22% 0.54% -
HSV(B) 94.12º 0.31% 0.64% -
XYZ 25.46 31.97 19.87 -
YUV 147.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 133 162 111 0.18 0 0.31 0.36 94.12 0.22 0.54
Hex 85 A2 6F 12 0 1F 24 5E 16 36
Octal 205 242 157 22 0 37 44 136 26 66
Binary 10000101 10100010 1101111 10010 0 11111 100100 1011110 10110 110110

Color Harmonies of #85A26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A26F

Black with #85A26F

Text Example


Text Example

White with #85A26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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