Html Css Color HEX #85A66D Amulet

📋 copy color: '#85A66D'

red 133 ◦ green 166 ◦ blue 109

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

Shades of Amulet #85A66D

Tints of Amulet #85A66D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 32.6%
G = 40.69%
B = 26.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#85A66D (or 0x85A66D) is known color: Amulet. HEX triplet: 85, A6 and 6D. RGB value is (133,166,109). Sum of RGB (Red+Green+Blue) = 133+166+109=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #85A66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A66D is #7A5992. Grayscale: #959595. Windows color (decimal): -8018323 or 7186053. OLE color: 7186053.

HSL color Cylindrical-coordinate representation of color #85A66D: hue angle of 94.74º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A66D is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 166 109 -
CMYK 0.20 0 0.34 0.35
HSL 94.74º 0.24% 0.54% -
HSV(B) 94.74º 0.34% 0.65% -
XYZ 26.07 33.36 19.53 -
YUV 149.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 133 166 109 0.20 0 0.34 0.35 94.74 0.24 0.54
Hex 85 A6 6D 14 0 22 23 5F 18 36
Octal 205 246 155 24 0 42 43 137 30 66
Binary 10000101 10100110 1101101 10100 0 100010 100011 1011111 11000 110110

Color Harmonies of #85A66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A66D

Black with #85A66D

Text Example


Text Example

White with #85A66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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