#908865

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

Shades of Granite Green #908865

Tints of Granite Green #908865

Color information

#908865 (or 0x908865) is unknown color: approx Granite Green. HEX triplet: 90, 88 and 65. RGB value is (144,136,101). Sum of RGB (Red+Green+Blue) = 144+136+101=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #908865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908865 is #6F779A. Grayscale: #868686. Windows color (decimal): -7305115 or 6654096. OLE color: 6654096.

HSL color Cylindrical-coordinate representation of color #908865: hue angle of 48.84º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908865 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB144136101-
CMYK00.060.300.44
HSL48.84º17.55%48.04%-
HSV(B)48.84º29.86%56.47%-
XYZ22.6524.4815.84-
YUV134.4109.15134.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=37.80%
G=35.70%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413610100.060.300.4448.8417.5548.04
Hex908865061E2C311230
Octal220210145063654612260
Binary1001000010001000110010101101111010110011000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908865; }

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

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

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

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

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

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

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

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