Html Css Color HEX #85997F Amulet

📋 copy color: '#85997F'

red 133 ◦ green 153 ◦ blue 127

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

Shades of Amulet #85997F

Tints of Amulet #85997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 32.2%
G = 37.05%
B = 30.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#85997F (or 0x85997F) is known color: Amulet. HEX triplet: 85, 99 and 7F. RGB value is (133,153,127). Sum of RGB (Red+Green+Blue) = 133+153+127=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #85997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85997F is #7A6680. Grayscale: #909090. Windows color (decimal): -8021633 or 8362373. OLE color: 8362373.

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

Color convert

RGB 133 153 127 -
CMYK 0.13 0 0.17 0.4
HSL 106.15º 0.11% 0.55% -
HSV(B) 106.15º 0.17% 0.6% -
XYZ 24.89 29.3 24.42 -
YUV 144.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 133 153 127 0.13 0 0.17 0.4 106.15 0.11 0.55
Hex 85 99 7F D 0 11 28 6A B 37
Octal 205 231 177 15 0 21 50 152 13 67
Binary 10000101 10011001 1111111 1101 0 10001 101000 1101010 1011 110111

Color Harmonies of #85997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85997F

Black with #85997F

Text Example


Text Example

White with #85997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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