Html Css Color HEX #85A86E Amulet

📋 copy color: '#85A86E'

red 133 ◦ green 168 ◦ blue 110

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

Shades of Amulet #85A86E

Tints of Amulet #85A86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 32.36%
G = 40.88%
B = 26.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#85A86E (or 0x85A86E) is known color: Amulet. HEX triplet: 85, A8 and 6E. RGB value is (133,168,110). Sum of RGB (Red+Green+Blue) = 133+168+110=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #85A86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A86E is #7A5791. Grayscale: #979797. Windows color (decimal): -8017810 or 7252101. OLE color: 7252101.

HSL color Cylindrical-coordinate representation of color #85A86E: hue angle of 96.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A86E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 168 110 -
CMYK 0.21 0 0.35 0.34
HSL 96.21º 0.25% 0.55% -
HSV(B) 96.21º 0.35% 0.66% -
XYZ 26.49 34.12 19.94 -
YUV 150.92 104.9 115.22 -
System Red Green Blue C M Y K H S L
Decimal 133 168 110 0.21 0 0.35 0.34 96.21 0.25 0.55
Hex 85 A8 6E 15 0 23 22 60 19 37
Octal 205 250 156 25 0 43 42 140 31 67
Binary 10000101 10101000 1101110 10101 0 100011 100010 1100000 11001 110111

Color Harmonies of #85A86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A86E

Black with #85A86E

Text Example


Text Example

White with #85A86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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