#869880

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

Shades of Amulet #869880

Tints of Amulet #869880

Color information

#869880 (or 0x869880) is unknown color: approx Amulet. HEX triplet: 86, 98 and 80. RGB value is (134,152,128). Sum of RGB (Red+Green+Blue) = 134+152+128=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #869880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869880 is #79677F. Grayscale: #8F8F8F. Windows color (decimal): -7956352 or 8427654. OLE color: 8427654.

HSL color Cylindrical-coordinate representation of color #869880: hue angle of 105º degrees, saturation: 0.1, 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 #869880 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB134152128-
CMYK0.1200.160.40
HSL105º10.43%54.9%-
HSV(B)105º15.79%59.61%-
XYZ24.9629.0824.72-
YUV143.88119.04120.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=32.37%
G=36.71%
B=30.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341521280.1200.160.4010510.4354.9
Hex869880C0102869a37
Octal20623020014020501511267
Binary100001101001100010000000110001000010100011010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869880; }

 p { color: rgb(134,152,128); }

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

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

 a { background-color: rgb(134,152,128); }

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

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

 span { border-color: rgb(134,152,128); }

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