#8D8061

Color #8D8061 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #8D8061

Tints of Granite Green #8D8061

Color information

#8D8061 (or 0x8D8061) is unknown color: approx Granite Green. HEX triplet: 8D, 80 and 61. RGB value is (141,128,97). Sum of RGB (Red+Green+Blue) = 141+128+97=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8061 is #727F9E. Grayscale: #808080. Windows color (decimal): -7503775 or 6389901. OLE color: 6389901.

HSL color Cylindrical-coordinate representation of color #8D8061: hue angle of 42.27º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D8061 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14112897-
CMYK00.090.310.45
HSL42.27º18.49%46.67%-
HSV(B)42.27º31.21%55.29%-
XYZ20.8621.9614.45-
YUV128.35110.31137.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=38.52%
G=34.97%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411289700.090.310.4542.2718.4946.67
Hex8D8061091F2D2a122f
Octal2152001410113755522257
Binary10001101100000001100001010011111110110110101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8061; }

 p { color: rgb(141,128,97); }

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

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

 a { background-color: rgb(141,128,97); }

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

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

 span { border-color: rgb(141,128,97); }

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