#869F73

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

Shades of Amulet #869F73

Tints of Amulet #869F73

Color information

#869F73 (or 0x869F73) is unknown color: approx Amulet. HEX triplet: 86, 9F and 73. RGB value is (134,159,115). Sum of RGB (Red+Green+Blue) = 134+159+115=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #869F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F73 is #79608C. Grayscale: #929292. Windows color (decimal): -7954573 or 7577478. OLE color: 7577478.

HSL color Cylindrical-coordinate representation of color #869F73: hue angle of 94.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #869F73 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB134159115-
CMYK0.1600.280.38
HSL94.09º18.64%53.73%-
HSV(B)94.09º27.67%62.35%-
XYZ25.3231.120.89-
YUV146.51110.22119.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=32.84%
G=38.97%
B=28.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341591150.1600.280.3894.0918.6453.73
Hex869F731001C265e1336
Octal20623716320034461362366
Binary1000011010011111111001110000011100100110101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869F73; }

 p { color: rgb(134,159,115); }

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

<style>
 a { background-color: #869F73; }

 a { background-color: rgb(134,159,115); }

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

<style>
 span { border-color: #869F73; }

 span { border-color: rgb(134,159,115); }

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