#8B806C

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

Shades of Granite Green #8B806C

Tints of Granite Green #8B806C

Color information

#8B806C (or 0x8B806C) is unknown color: approx Granite Green. HEX triplet: 8B, 80 and 6C. RGB value is (139,128,108). Sum of RGB (Red+Green+Blue) = 139+128+108=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B806C is #747F93. Grayscale: #818181. Windows color (decimal): -7634836 or 7110795. OLE color: 7110795.

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

Color convert

RGB139128108-
CMYK00.080.220.45
HSL38.71º12.55%48.43%-
HSV(B)38.71º22.3%54.51%-
XYZ21.0722.0117.33-
YUV129.01116.14135.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=37.07%
G=34.13%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912810800.080.220.4538.7112.5548.43
Hex8B806C08162D27d30
Octal2132001540102655471560
Binary1000101110000000110110001000101101011011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,108); }

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

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

 a { background-color: rgb(139,128,108); }

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

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

 span { border-color: rgb(139,128,108); }

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