#8C8266

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

Shades of Granite Green #8C8266

Tints of Granite Green #8C8266

Color information

#8C8266 (or 0x8C8266) is unknown color: approx Granite Green. HEX triplet: 8C, 82 and 66. RGB value is (140,130,102). Sum of RGB (Red+Green+Blue) = 140+130+102=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8266 is #737D99. Grayscale: #818181. Windows color (decimal): -7568794 or 6718092. OLE color: 6718092.

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

Color convert

RGB140130102-
CMYK00.070.270.45
HSL44.21º15.7%47.45%-
HSV(B)44.21º27.14%54.9%-
XYZ21.222.515.8-
YUV129.8112.31135.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.63%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=37.63%
G=34.95%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013010200.070.270.4544.2115.747.45
Hex8C8266071B2D2c102f
Octal214202146073355542057
Binary1000110010000010110011001111101110110110110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,102); }

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

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

 a { background-color: rgb(140,130,102); }

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

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

 span { border-color: rgb(140,130,102); }

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