#97875F

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

Shades of Granite Green #97875F

Tints of Granite Green #97875F

Color information

#97875F (or 0x97875F) is unknown color: approx Granite Green. HEX triplet: 97, 87 and 5F. RGB value is (151,135,95). Sum of RGB (Red+Green+Blue) = 151+135+95=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #97875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97875F is #6878A0. Grayscale: #878787. Windows color (decimal): -6846625 or 6260631. OLE color: 6260631.

HSL color Cylindrical-coordinate representation of color #97875F: hue angle of 42.86º 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 #97875F is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15113595-
CMYK00.110.370.41
HSL42.86º22.76%48.24%-
HSV(B)42.86º37.09%59.22%-
XYZ23.4924.7314.36-
YUV135.22105.3139.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=39.63%
G=35.43%
B=24.93%

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
Decimal1511359500.110.370.4142.8622.7648.24
Hex97875F0B25292b1730
Octal2272071370134551532760
Binary100101111000011110111110101110010110100110101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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