#908061

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

Shades of Granite Green #908061

Tints of Granite Green #908061

Color information

#908061 (or 0x908061) is unknown color: approx Granite Green. HEX triplet: 90, 80 and 61. RGB value is (144,128,97). Sum of RGB (Red+Green+Blue) = 144+128+97=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #908061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908061 is #6F7F9E. Grayscale: #818181. Windows color (decimal): -7307167 or 6389904. OLE color: 6389904.

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

Color convert

RGB14412897-
CMYK00.110.330.44
HSL39.57º19.5%47.25%-
HSV(B)39.57º32.64%56.47%-
XYZ21.3822.2314.47-
YUV129.25109.8138.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=39.02%
G=34.69%
B=26.29%

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
Decimal1441289700.110.330.4439.5719.547.25
Hex9080610B212C28142f
Octal2202001410134154502457
Binary100100001000000011000010101110000110110010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908061; }

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

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

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

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

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

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

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

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