#869878

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

Shades of Amulet #869878

Tints of Amulet #869878

Color information

#869878 (or 0x869878) is unknown color: approx Amulet. HEX triplet: 86, 98 and 78. RGB value is (134,152,120). Sum of RGB (Red+Green+Blue) = 134+152+120=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #869878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869878 is #796787. Grayscale: #8F8F8F. Windows color (decimal): -7956360 or 7903366. OLE color: 7903366.

HSL color Cylindrical-coordinate representation of color #869878: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #869878 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB134152120-
CMYK0.1200.210.40
HSL93.75º13.45%53.33%-
HSV(B)93.75º21.05%59.61%-
XYZ24.4528.8822.06-
YUV142.97115.04121.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=33.00%
G=37.44%
B=29.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341521200.1200.210.4093.7513.4553.33
Hex869878C015285ed35
Octal20623017014025501361565
Binary10000110100110001111000110001010110100010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869878; }

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

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

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

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

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

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

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

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