#8A7F68

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

Shades of Granite Green #8A7F68

Tints of Granite Green #8A7F68

Color information

#8A7F68 (or 0x8A7F68) is unknown color: approx Granite Green. HEX triplet: 8A, 7F and 68. RGB value is (138,127,104). Sum of RGB (Red+Green+Blue) = 138+127+104=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F68 is #758097. Grayscale: #7F7F7F. Windows color (decimal): -7700632 or 6848394. OLE color: 6848394.

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

Color convert

RGB138127104-
CMYK00.080.250.46
HSL40.59º14.05%47.45%-
HSV(B)40.59º24.64%54.12%-
XYZ20.5721.5816.18-
YUV127.67114.64135.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.40%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=37.40%
G=34.42%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812710400.080.250.4640.5914.0547.45
Hex8A7F6808192E29e2f
Octal2121771500103156511657
Binary100010101111111110100001000110011011101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,127,104); }

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

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

 a { background-color: rgb(138,127,104); }

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

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

 span { border-color: rgb(138,127,104); }

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