#908060

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

Shades of Granite Green #908060

Tints of Granite Green #908060

Color information

#908060 (or 0x908060) is unknown color: approx Granite Green. HEX triplet: 90, 80 and 60. RGB value is (144,128,96). Sum of RGB (Red+Green+Blue) = 144+128+96=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #908060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908060 is #6F7F9F. Grayscale: #818181. Windows color (decimal): -7307168 or 6324368. OLE color: 6324368.

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

Color convert

RGB14412896-
CMYK00.110.330.44
HSL40º20%47.06%-
HSV(B)40º33.33%56.47%-
XYZ21.3322.2114.23-
YUV129.14109.3138.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=39.13%
G=34.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441289600.110.330.44402047.06
Hex9080600B212C28142f
Octal2202001400134154502457
Binary100100001000000011000000101110000110110010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908060; }

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

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

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

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

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

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

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

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