#8A8467

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

Shades of Granite Green #8A8467

Tints of Granite Green #8A8467

Color information

#8A8467 (or 0x8A8467) is unknown color: approx Granite Green. HEX triplet: 8A, 84 and 67. RGB value is (138,132,103). Sum of RGB (Red+Green+Blue) = 138+132+103=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8467 is #757B98. Grayscale: #828282. Windows color (decimal): -7699353 or 6784138. OLE color: 6784138.

HSL color Cylindrical-coordinate representation of color #8A8467: hue angle of 49.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A8467 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138132103-
CMYK00.040.250.46
HSL49.71º14.52%47.25%-
HSV(B)49.71º25.36%54.12%-
XYZ21.1822.8916.13-
YUV130.49112.49133.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=37.00%
G=35.39%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813210300.040.250.4649.7114.5247.25
Hex8A846704192E32f2f
Octal212204147043156621757
Binary100010101000010011001110100110011011101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,132,103); }

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

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

 a { background-color: rgb(138,132,103); }

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

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

 span { border-color: rgb(138,132,103); }

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