#8B826C

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

Shades of Granite Green #8B826C

Tints of Granite Green #8B826C

Color information

#8B826C (or 0x8B826C) is unknown color: approx Granite Green. HEX triplet: 8B, 82 and 6C. RGB value is (139,130,108). Sum of RGB (Red+Green+Blue) = 139+130+108=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B826C is #747D93. Grayscale: #828282. Windows color (decimal): -7634324 or 7111307. OLE color: 7111307.

HSL color Cylindrical-coordinate representation of color #8B826C: hue angle of 42.58º 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 #8B826C is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB139130108-
CMYK00.060.220.45
HSL42.58º12.55%48.43%-
HSV(B)42.58º22.3%54.51%-
XYZ21.3422.5417.41-
YUV130.18115.48134.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=36.87%
G=34.48%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913010800.060.220.4542.5812.5548.43
Hex8B826C06162D2bd30
Octal213202154062655531560
Binary100010111000001011011000110101101011011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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