#8B7E62

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

Shades of Granite Green #8B7E62

Tints of Granite Green #8B7E62

Color information

#8B7E62 (or 0x8B7E62) is unknown color: approx Granite Green. HEX triplet: 8B, 7E and 62. RGB value is (139,126,98). Sum of RGB (Red+Green+Blue) = 139+126+98=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7E62 is #74819D. Grayscale: #7E7E7E. Windows color (decimal): -7635358 or 6454923. OLE color: 6454923.

HSL color Cylindrical-coordinate representation of color #8B7E62: hue angle of 40.98º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B7E62 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB13912698-
CMYK00.090.290.45
HSL40.98º17.3%46.47%-
HSV(B)40.98º29.5%54.51%-
XYZ20.3121.2914.59-
YUV126.7111.81136.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=38.29%
G=34.71%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391269800.090.290.4540.9817.346.47
Hex8B7E62091D2D29112e
Octal2131761420113555512156
Binary1000101111111101100010010011110110110110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,98); }

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

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

 a { background-color: rgb(139,126,98); }

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

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

 span { border-color: rgb(139,126,98); }

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