#96885C

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

Shades of Granite Green #96885C

Tints of Granite Green #96885C

Color information

#96885C (or 0x96885C) is unknown color: approx Granite Green. HEX triplet: 96, 88 and 5C. RGB value is (150,136,92). Sum of RGB (Red+Green+Blue) = 150+136+92=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96885C is #6977A3. Grayscale: #878787. Windows color (decimal): -6911908 or 6064278. OLE color: 6064278.

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

Color convert

RGB15013692-
CMYK00.090.390.41
HSL45.52º23.97%47.45%-
HSV(B)45.52º38.67%58.82%-
XYZ23.3124.8713.7-
YUV135.17103.64138.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=39.68%
G=35.98%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501369200.090.390.4145.5223.9747.45
Hex96885C0927292e182f
Octal2262101340114751563057
Binary100101101000100010111000100110011110100110111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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