#8C8262

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

Shades of Granite Green #8C8262

Tints of Granite Green #8C8262

Color information

#8C8262 (or 0x8C8262) is unknown color: approx Granite Green. HEX triplet: 8C, 82 and 62. RGB value is (140,130,98). Sum of RGB (Red+Green+Blue) = 140+130+98=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8262 is #737D9D. Grayscale: #818181. Windows color (decimal): -7568798 or 6455948. OLE color: 6455948.

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

Color convert

RGB14013098-
CMYK00.070.30.45
HSL45.71º17.65%46.67%-
HSV(B)45.71º30%54.9%-
XYZ2122.4214.78-
YUV129.34110.31135.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 98 (38.67% from 255) = 26.63%
R=38.04%
G=35.33%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401309800.070.30.4545.7117.6546.67
Hex8C8262071E2D2e122f
Octal214202142073655562257
Binary1000110010000010110001001111111010110110111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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