#96865F

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

Shades of Granite Green #96865F

Tints of Granite Green #96865F

Color information

#96865F (or 0x96865F) is unknown color: approx Granite Green. HEX triplet: 96, 86 and 5F. RGB value is (150,134,95). Sum of RGB (Red+Green+Blue) = 150+134+95=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96865F is #6979A0. Grayscale: #868686. Windows color (decimal): -6912417 or 6260374. OLE color: 6260374.

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

Color convert

RGB15013495-
CMYK00.110.370.41
HSL42.55º22.45%48.04%-
HSV(B)42.55º36.67%58.82%-
XYZ23.1724.3614.31-
YUV134.34105.8139.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=39.58%
G=35.36%
B=25.07%

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
Decimal1501349500.110.370.4142.5522.4548.04
Hex96865F0B25292b1630
Octal2262061370134551532660
Binary100101101000011010111110101110010110100110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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