#868874

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

Shades of Schist #868874

Tints of Schist #868874

Color information

#868874 (or 0x868874) is unknown color: approx Schist. HEX triplet: 86, 88 and 74. RGB value is (134,136,116). Sum of RGB (Red+Green+Blue) = 134+136+116=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #868874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868874 is #79778B. Grayscale: #858585. Windows color (decimal): -7960460 or 7637126. OLE color: 7637126.

HSL color Cylindrical-coordinate representation of color #868874: hue angle of 66º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #868874 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB134136116-
CMYK0.0100.150.47
HSL66º7.94%49.41%-
HSV(B)66º14.71%53.33%-
XYZ21.7923.9420-
YUV133.12118.34128.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=34.72%
G=35.23%
B=30.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341361160.0100.150.47667.9449.41
Hex86887410F2F42831
Octal2062101641017571021061
Binary1000011010001000111010010111110111110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868874; }

 p { color: rgb(134,136,116); }

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

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

 a { background-color: rgb(134,136,116); }

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

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

 span { border-color: rgb(134,136,116); }

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