#818270

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

Shades of Schist #818270

Tints of Schist #818270

Color information

#818270 (or 0x818270) is unknown color: approx Schist. HEX triplet: 81, 82 and 70. RGB value is (129,130,112). Sum of RGB (Red+Green+Blue) = 129+130+112=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 130 - color contains mainly: green. Hex color #818270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818270 is #7E7D8F. Grayscale: #7F7F7F. Windows color (decimal): -8289680 or 7373441. OLE color: 7373441.

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

Color convert

RGB129130112-
CMYK0.0100.140.49
HSL63.33º7.44%47.45%-
HSV(B)63.33º13.85%50.98%-
XYZ19.9621.818.49-
YUV127.65119.17128.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=34.77%
G=35.04%
B=30.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291301120.0100.140.4963.337.4447.45
Hex81827010E313f72f
Octal20120216010166177757
Binary10000001100000101110000101110110001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818270; }

 p { color: rgb(129,130,112); }

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

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

 a { background-color: rgb(129,130,112); }

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

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

 span { border-color: rgb(129,130,112); }

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