#81987D

Color #81987D Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #81987D

Tints of Amulet #81987D

Color information

#81987D (or 0x81987D) is unknown color: approx Amulet. HEX triplet: 81, 98 and 7D. RGB value is (129,152,125). Sum of RGB (Red+Green+Blue) = 129+152+125=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #81987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81987D is #7E6782. Grayscale: #8E8E8E. Windows color (decimal): -8284035 or 8231041. OLE color: 8231041.

HSL color Cylindrical-coordinate representation of color #81987D: hue angle of 111.11º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81987D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB129152125-
CMYK0.1500.180.40
HSL111.11º11.59%54.31%-
HSV(B)111.11º17.76%59.61%-
XYZ23.9828.623.66-
YUV142.04118.38118.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=31.77%
G=37.44%
B=30.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521250.1500.180.40111.1111.5954.31
Hex81987DF012286fc36
Octal20123017517022501571466
Binary10000001100110001111101111101001010100011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81987D; }

 p { color: rgb(129,152,125); }

 H1.HeaderClassName
 {
   color: #81987D;
 }
 .AnyTagClassName
 {
   color: #81987D;
 }
</style>
background-color css

<style>
 a { background-color: #81987D; }

 a { background-color: rgb(129,152,125); }

 div.DivClassName
 {
   background-color: #81987D;
 }
 .BgClassName
 {
   background-color: #81987D;
 }
</style>
border-color css

<style>
 span { border-color: #81987D; }

 span { border-color: rgb(129,152,125); }

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