#818F81

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

Shades of Stack #818F81

Tints of Stack #818F81

Color information

#818F81 (or 0x818F81) is unknown color: approx Stack. HEX triplet: 81, 8F and 81. RGB value is (129,143,129). Sum of RGB (Red+Green+Blue) = 129+143+129=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 143 - color contains mainly: green. Hex color #818F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F81 is #7E707E. Grayscale: #898989. Windows color (decimal): -8286335 or 8490881. OLE color: 8490881.

HSL color Cylindrical-coordinate representation of color #818F81: hue angle of 120º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818F81 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB129143129-
CMYK0.1000.100.44
HSL120º5.88%53.33%-
HSV(B)120º9.79%56.08%-
XYZ22.8425.924.56-
YUV137.22123.36122.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=32.17%
G=35.66%
B=32.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291431290.1000.100.441205.8853.33
Hex818F81A0A2C78635
Octal2012172011201254170665
Binary1000000110001111100000011010010101011001111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818F81; }

 p { color: rgb(129,143,129); }

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

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

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

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

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

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

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