#8A8167

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

Shades of Granite Green #8A8167

Tints of Granite Green #8A8167

Color information

#8A8167 (or 0x8A8167) is unknown color: approx Granite Green. HEX triplet: 8A, 81 and 67. RGB value is (138,129,103). Sum of RGB (Red+Green+Blue) = 138+129+103=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8167 is #757E98. Grayscale: #808080. Windows color (decimal): -7700121 or 6783370. OLE color: 6783370.

HSL color Cylindrical-coordinate representation of color #8A8167: hue angle of 44.57º 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 #8A8167 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138129103-
CMYK00.070.250.46
HSL44.57º14.52%47.25%-
HSV(B)44.57º25.36%54.12%-
XYZ20.7822.0816-
YUV128.73113.48134.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=37.30%
G=34.86%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812910300.070.250.4644.5714.5247.25
Hex8A816707192E2df2f
Octal212201147073156551757
Binary100010101000000111001110111110011011101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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