#8C8269

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

Shades of Granite Green #8C8269

Tints of Granite Green #8C8269

Color information

#8C8269 (or 0x8C8269) is unknown color: approx Granite Green. HEX triplet: 8C, 82 and 69. RGB value is (140,130,105). Sum of RGB (Red+Green+Blue) = 140+130+105=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8269 is #737D96. Grayscale: #828282. Windows color (decimal): -7568791 or 6914700. OLE color: 6914700.

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

Color convert

RGB140130105-
CMYK00.070.250.45
HSL42.86º14.29%48.04%-
HSV(B)42.86º25%54.9%-
XYZ21.3522.5616.59-
YUV130.14113.81135.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 105 (41.41% from 255) = 28%
R=37.33%
G=34.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013010500.070.250.4542.8614.2948.04
Hex8C826907192D2be30
Octal214202151073155531660
Binary100011001000001011010010111110011011011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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