Html Css Color HEX #85A36D Amulet

📋 copy color: '#85A36D'

red 133 ◦ green 163 ◦ blue 109

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

Shades of Amulet #85A36D

Tints of Amulet #85A36D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 32.84%
G = 40.25%
B = 26.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#85A36D (or 0x85A36D) is known color: Amulet. HEX triplet: 85, A3 and 6D. RGB value is (133,163,109). Sum of RGB (Red+Green+Blue) = 133+163+109=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #85A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A36D is #7A5C92. Grayscale: #949494. Windows color (decimal): -8019091 or 7185285. OLE color: 7185285.

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

Color convert

RGB 133 163 109 -
CMYK 0.18 0 0.33 0.36
HSL 93.33º 0.23% 0.53% -
HSV(B) 93.33º 0.33% 0.64% -
XYZ 25.53 32.29 19.35 -
YUV 147.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 133 163 109 0.18 0 0.33 0.36 93.33 0.23 0.53
Hex 85 A3 6D 12 0 21 24 5D 17 35
Octal 205 243 155 22 0 41 44 135 27 65
Binary 10000101 10100011 1101101 10010 0 100001 100100 1011101 10111 110101

Color Harmonies of #85A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A36D

Black with #85A36D

Text Example


Text Example

White with #85A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,163,109); }

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

background-color css

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

 a { background-color: rgb(133,163,109); }

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

border-color css

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

 span { border-color: rgb(133,163,109); }

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