#96885F

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

Shades of Granite Green #96885F

Tints of Granite Green #96885F

Color information

#96885F (or 0x96885F) is unknown color: approx Granite Green. HEX triplet: 96, 88 and 5F. RGB value is (150,136,95). Sum of RGB (Red+Green+Blue) = 150+136+95=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96885F is #6977A0. Grayscale: #878787. Windows color (decimal): -6911905 or 6260886. OLE color: 6260886.

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

Color convert

RGB15013695-
CMYK00.090.370.41
HSL44.73º22.45%48.04%-
HSV(B)44.73º36.67%58.82%-
XYZ23.4524.9214.4-
YUV135.51105.14138.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=39.37%
G=35.70%
B=24.93%

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
Decimal1501369500.090.370.4144.7322.4548.04
Hex96885F0925292d1630
Octal2262101370114551552660
Binary100101101000100010111110100110010110100110110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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