#8C8566

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

Shades of Granite Green #8C8566

Tints of Granite Green #8C8566

Color information

#8C8566 (or 0x8C8566) is unknown color: approx Granite Green. HEX triplet: 8C, 85 and 66. RGB value is (140,133,102). Sum of RGB (Red+Green+Blue) = 140+133+102=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8566 is #737A99. Grayscale: #838383. Windows color (decimal): -7568026 or 6718860. OLE color: 6718860.

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

Color convert

RGB140133102-
CMYK00.050.270.45
HSL48.95º15.7%47.45%-
HSV(B)48.95º27.14%54.9%-
XYZ21.623.3115.93-
YUV131.56111.32134.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=37.33%
G=35.47%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013310200.050.270.4548.9515.747.45
Hex8C8566051B2D31102f
Octal214205146053355612057
Binary1000110010000101110011001011101110110111000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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