Html Css Color HEX #85A36F Amulet

📋 copy color: '#85A36F'

red 133 ◦ green 163 ◦ blue 111

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

Shades of Amulet #85A36F

Tints of Amulet #85A36F

RGB

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

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

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

R = 32.68%
G = 40.05%
B = 27.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#85A36F (or 0x85A36F) is known color: Amulet. HEX triplet: 85, A3 and 6F. RGB value is (133,163,111). Sum of RGB (Red+Green+Blue) = 133+163+111=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #85A36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A36F is #7A5C90. Grayscale: #949494. Windows color (decimal): -8019089 or 7316357. OLE color: 7316357.

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

Color convert

RGB 133 163 111 -
CMYK 0.18 0 0.32 0.36
HSL 94.62º 0.22% 0.54% -
HSV(B) 94.62º 0.32% 0.64% -
XYZ 25.64 32.33 19.93 -
YUV 148.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 133 163 111 0.18 0 0.32 0.36 94.62 0.22 0.54
Hex 85 A3 6F 12 0 20 24 5F 16 36
Octal 205 243 157 22 0 40 44 137 26 66
Binary 10000101 10100011 1101111 10010 0 100000 100100 1011111 10110 110110

Color Harmonies of #85A36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A36F

Black with #85A36F

Text Example


Text Example

White with #85A36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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