#8C8168

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

Shades of Granite Green #8C8168

Tints of Granite Green #8C8168

Color information

#8C8168 (or 0x8C8168) is unknown color: approx Granite Green. HEX triplet: 8C, 81 and 68. RGB value is (140,129,104). Sum of RGB (Red+Green+Blue) = 140+129+104=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8168 is #737E97. Grayscale: #818181. Windows color (decimal): -7569048 or 6848908. OLE color: 6848908.

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

Color convert

RGB140129104-
CMYK00.080.260.45
HSL41.67º14.75%47.84%-
HSV(B)41.67º25.71%54.9%-
XYZ21.1622.2816.28-
YUV129.44113.64135.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 129 (50.78% from 255) = 34.58%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=37.53%
G=34.58%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012910400.080.260.4541.6714.7547.84
Hex8C8168081A2D2af30
Octal2142011500103255521760
Binary1000110010000001110100001000110101011011010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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