#8D8369

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

Shades of Granite Green #8D8369

Tints of Granite Green #8D8369

Color information

#8D8369 (or 0x8D8369) is unknown color: approx Granite Green. HEX triplet: 8D, 83 and 69. RGB value is (141,131,105). Sum of RGB (Red+Green+Blue) = 141+131+105=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8369 is #727C96. Grayscale: #838383. Windows color (decimal): -7502999 or 6914957. OLE color: 6914957.

HSL color Cylindrical-coordinate representation of color #8D8369: hue angle of 43.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D8369 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB141131105-
CMYK00.070.260.45
HSL43.33º14.63%48.24%-
HSV(B)43.33º25.53%55.29%-
XYZ21.6522.9216.65-
YUV131.03113.31135.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=37.40%
G=34.75%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113110500.070.260.4543.3314.6348.24
Hex8D8369071A2D2bf30
Octal215203151073255531760
Binary100011011000001111010010111110101011011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,105); }

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

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

 a { background-color: rgb(141,131,105); }

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

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

 span { border-color: rgb(141,131,105); }

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