#908960

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

Shades of Granite Green #908960

Tints of Granite Green #908960

Color information

#908960 (or 0x908960) is unknown color: approx Granite Green. HEX triplet: 90, 89 and 60. RGB value is (144,137,96). Sum of RGB (Red+Green+Blue) = 144+137+96=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #908960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908960 is #6F769F. Grayscale: #868686. Windows color (decimal): -7304864 or 6326672. OLE color: 6326672.

HSL color Cylindrical-coordinate representation of color #908960: hue angle of 51.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908960 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14413796-
CMYK00.050.330.44
HSL51.25º20%47.06%-
HSV(B)51.25º33.33%56.47%-
XYZ22.5624.6714.64-
YUV134.42106.32134.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=38.20%
G=36.34%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441379600.050.330.4451.252047.06
Hex90896005212C33142f
Octal220211140054154632457
Binary10010000100010011100000010110000110110011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908960; }

 p { color: rgb(144,137,96); }

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

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

 a { background-color: rgb(144,137,96); }

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

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

 span { border-color: rgb(144,137,96); }

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