#8A8465

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

Shades of Granite Green #8A8465

Tints of Granite Green #8A8465

Color information

#8A8465 (or 0x8A8465) is unknown color: approx Granite Green. HEX triplet: 8A, 84 and 65. RGB value is (138,132,101). Sum of RGB (Red+Green+Blue) = 138+132+101=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8465 is #757B9A. Grayscale: #828282. Windows color (decimal): -7699355 or 6653066. OLE color: 6653066.

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

Color convert

RGB138132101-
CMYK00.040.270.46
HSL50.27º15.48%46.86%-
HSV(B)50.27º26.81%54.12%-
XYZ21.0822.8515.61-
YUV130.26111.49133.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=37.20%
G=35.58%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813210100.040.270.4650.2715.4846.86
Hex8A8465041B2E32f2f
Octal212204145043356621757
Binary100010101000010011001010100110111011101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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