#97875B

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

Shades of Granite Green #97875B

Tints of Granite Green #97875B

Color information

#97875B (or 0x97875B) is unknown color: approx Granite Green. HEX triplet: 97, 87 and 5B. RGB value is (151,135,91). Sum of RGB (Red+Green+Blue) = 151+135+91=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #97875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97875B is #6878A4. Grayscale: #868686. Windows color (decimal): -6846629 or 5998487. OLE color: 5998487.

HSL color Cylindrical-coordinate representation of color #97875B: hue angle of 44º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97875B is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB15113591-
CMYK00.110.400.41
HSL44º24.79%47.45%-
HSV(B)44º39.74%59.22%-
XYZ23.3124.6613.43-
YUV134.77103.3139.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=40.05%
G=35.81%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511359100.110.400.414424.7947.45
Hex97875B0B28292c192f
Octal2272071330135051543157
Binary100101111000011110110110101110100010100110110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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