#818D7F

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

Shades of Stack #818D7F

Tints of Stack #818D7F

Color information

#818D7F (or 0x818D7F) is unknown color: approx Stack. HEX triplet: 81, 8D and 7F. RGB value is (129,141,127). Sum of RGB (Red+Green+Blue) = 129+141+127=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #818D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818D7F is #7E7280. Grayscale: #878787. Windows color (decimal): -8286849 or 8359297. OLE color: 8359297.

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

Color convert

RGB129141127-
CMYK0.0900.100.45
HSL111.43º5.79%52.55%-
HSV(B)111.43º9.93%55.29%-
XYZ22.4125.2523.77-
YUV135.82123.02123.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 127 (50% from 255) = 31.99%
R=32.49%
G=35.52%
B=31.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291411270.0900.100.45111.435.7952.55
Hex818D7F90A2D6f635
Octal2012151771101255157665
Binary100000011000110111111111001010101011011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,141,127); }

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

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

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

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

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

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

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