#908860

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

Shades of Granite Green #908860

Tints of Granite Green #908860

Color information

#908860 (or 0x908860) is unknown color: approx Granite Green. HEX triplet: 90, 88 and 60. RGB value is (144,136,96). Sum of RGB (Red+Green+Blue) = 144+136+96=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #908860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908860 is #6F779F. Grayscale: #868686. Windows color (decimal): -7305120 or 6326416. OLE color: 6326416.

HSL color Cylindrical-coordinate representation of color #908860: hue angle of 50º 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 #908860 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14413696-
CMYK00.060.330.44
HSL50º20%47.06%-
HSV(B)50º33.33%56.47%-
XYZ22.4224.3814.59-
YUV133.83106.65135.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=38.30%
G=36.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441369600.060.330.44502047.06
Hex90886006212C32142f
Octal220210140064154622457
Binary10010000100010001100000011010000110110011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908860; }

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

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

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

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

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

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

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

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