Html Css Color HEX #85987F Amulet

📋 copy color: '#85987F'

red 133 ◦ green 152 ◦ blue 127

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

Shades of Amulet #85987F

Tints of Amulet #85987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 127 (50% from 255) = 30.83%

R = 32.28%
G = 36.89%
B = 30.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#85987F (or 0x85987F) is known color: Amulet. HEX triplet: 85, 98 and 7F. RGB value is (133,152,127). Sum of RGB (Red+Green+Blue) = 133+152+127=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #85987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85987F is #7A6780. Grayscale: #8F8F8F. Windows color (decimal): -8021889 or 8362117. OLE color: 8362117.

HSL color Cylindrical-coordinate representation of color #85987F: hue angle of 105.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85987F is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 127 -
CMYK 0.13 0 0.16 0.40
HSL 105.6º 0.11% 0.55% -
HSV(B) 105.6º 0.16% 0.6% -
XYZ 24.73 28.98 24.37 -
YUV 143.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 133 152 127 0.13 0 0.16 0.40 105.6 0.11 0.55
Hex 85 98 7F D 0 10 28 6A B 37
Octal 205 230 177 15 0 20 50 152 13 67
Binary 10000101 10011000 1111111 1101 0 10000 101000 1101010 1011 110111

Color Harmonies of #85987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85987F

Black with #85987F

Text Example


Text Example

White with #85987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85987F; }

 p { color: rgb(133,152,127); }

 H1.HeaderClassName
 {
   color: #85987F;
 }
 .AnyTagClassName
 {
   color: #85987F;
 }
</style>

background-color css

<style>
 a { background-color: #85987F; }

 a { background-color: rgb(133,152,127); }

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

border-color css

<style>
 span { border-color: #85987F; }

 span { border-color: rgb(133,152,127); }

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