#819684

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

Shades of Stack #819684

Tints of Stack #819684

Color information

#819684 (or 0x819684) is unknown color: approx Stack. HEX triplet: 81, 96 and 84. RGB value is (129,150,132). Sum of RGB (Red+Green+Blue) = 129+150+132=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #819684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819684 is #7E697B. Grayscale: #8D8D8D. Windows color (decimal): -8284540 or 8689281. OLE color: 8689281.

HSL color Cylindrical-coordinate representation of color #819684: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #819684 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB129150132-
CMYK0.1400.120.41
HSL128.57º9.09%54.71%-
HSV(B)128.57º14%58.82%-
XYZ24.1228.1525.99-
YUV141.67122.54118.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=31.39%
G=36.50%
B=32.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501320.1400.120.41128.579.0954.71
Hex819684E0C2981937
Octal20122620416014512011167
Binary100000011001011010000100111001100101001100000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819684; }

 p { color: rgb(129,150,132); }

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

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

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

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

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

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

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