#97865F

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

Shades of Granite Green #97865F

Tints of Granite Green #97865F

Color information

#97865F (or 0x97865F) is unknown color: approx Granite Green. HEX triplet: 97, 86 and 5F. RGB value is (151,134,95). Sum of RGB (Red+Green+Blue) = 151+134+95=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #97865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97865F is #6879A0. Grayscale: #868686. Windows color (decimal): -6846881 or 6260375. OLE color: 6260375.

HSL color Cylindrical-coordinate representation of color #97865F: hue angle of 41.79º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97865F is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15113495-
CMYK00.110.370.41
HSL41.79º22.76%48.24%-
HSV(B)41.79º37.09%59.22%-
XYZ23.3524.4614.32-
YUV134.64105.63139.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 95 (37.5% from 255) = 25%
R=39.74%
G=35.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511349500.110.370.4141.7922.7648.24
Hex97865F0B25292a1730
Octal2272061370134551522760
Binary100101111000011010111110101110010110100110101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97865F; }

 p { color: rgb(151,134,95); }

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

<style>
 a { background-color: #97865F; }

 a { background-color: rgb(151,134,95); }

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

<style>
 span { border-color: #97865F; }

 span { border-color: rgb(151,134,95); }

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