#96875B

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

Shades of Granite Green #96875B

Tints of Granite Green #96875B

Color information

#96875B (or 0x96875B) is unknown color: approx Granite Green. HEX triplet: 96, 87 and 5B. RGB value is (150,135,91). Sum of RGB (Red+Green+Blue) = 150+135+91=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96875B is #6978A4. Grayscale: #868686. Windows color (decimal): -6912165 or 5998486. OLE color: 5998486.

HSL color Cylindrical-coordinate representation of color #96875B: hue angle of 44.75º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96875B is Cyan = 0, Magento = 0.1, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15013591-
CMYK00.10.390.41
HSL44.75º24.48%47.25%-
HSV(B)44.75º39.33%58.82%-
XYZ23.1324.5713.42-
YUV134.47103.47139.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=39.89%
G=35.90%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501359100.10.390.4144.7524.4847.25
Hex96875B0A27292d182f
Octal2262071330124751553057
Binary100101101000011110110110101010011110100110110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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