#8E7F63

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

Shades of Granite Green #8E7F63

Tints of Granite Green #8E7F63

Color information

#8E7F63 (or 0x8E7F63) is unknown color: approx Granite Green. HEX triplet: 8E, 7F and 63. RGB value is (142,127,99). Sum of RGB (Red+Green+Blue) = 142+127+99=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F63 is #71809C. Grayscale: #808080. Windows color (decimal): -7438493 or 6520718. OLE color: 6520718.

HSL color Cylindrical-coordinate representation of color #8E7F63: hue angle of 39.07º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7F63 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14212799-
CMYK00.110.300.44
HSL39.07º17.84%47.25%-
HSV(B)39.07º30.28%55.69%-
XYZ2121.8314.91-
YUV128.29111.47137.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=38.59%
G=34.51%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421279900.110.300.4439.0717.8447.25
Hex8E7F630B1E2C27122f
Octal2161771430133654472257
Binary1000111011111111100011010111111010110010011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,127,99); }

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

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

 a { background-color: rgb(142,127,99); }

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

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

 span { border-color: rgb(142,127,99); }

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