#8C8268

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

Shades of Granite Green #8C8268

Tints of Granite Green #8C8268

Color information

#8C8268 (or 0x8C8268) is unknown color: approx Granite Green. HEX triplet: 8C, 82 and 68. RGB value is (140,130,104). Sum of RGB (Red+Green+Blue) = 140+130+104=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8268 is #737D97. Grayscale: #828282. Windows color (decimal): -7568792 or 6849164. OLE color: 6849164.

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

Color convert

RGB140130104-
CMYK00.070.260.45
HSL43.33º14.75%47.84%-
HSV(B)43.33º25.71%54.9%-
XYZ21.322.5416.32-
YUV130.03113.31135.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=37.43%
G=34.76%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013010400.070.260.4543.3314.7547.84
Hex8C8268071A2D2bf30
Octal214202150073255531760
Binary100011001000001011010000111110101011011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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