#96895F

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

Shades of Granite Green #96895F

Tints of Granite Green #96895F

Color information

#96895F (or 0x96895F) is unknown color: approx Granite Green. HEX triplet: 96, 89 and 5F. RGB value is (150,137,95). Sum of RGB (Red+Green+Blue) = 150+137+95=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #96895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96895F is #6976A0. Grayscale: #888888. Windows color (decimal): -6911649 or 6261142. OLE color: 6261142.

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

Color convert

RGB15013795-
CMYK00.090.370.41
HSL45.82º22.45%48.04%-
HSV(B)45.82º36.67%58.82%-
XYZ23.5925.214.45-
YUV136.1104.81137.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=39.27%
G=35.86%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501379500.090.370.4145.8222.4548.04
Hex96895F0925292e1630
Octal2262111370114551562660
Binary100101101000100110111110100110010110100110111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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