#918865

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

Shades of Granite Green #918865

Tints of Granite Green #918865

Color information

#918865 (or 0x918865) is unknown color: approx Granite Green. HEX triplet: 91, 88 and 65. RGB value is (145,136,101). Sum of RGB (Red+Green+Blue) = 145+136+101=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #918865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918865 is #6E779A. Grayscale: #868686. Windows color (decimal): -7239579 or 6654097. OLE color: 6654097.

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

Color convert

RGB145136101-
CMYK00.060.300.43
HSL47.73º17.89%48.24%-
HSV(B)47.73º30.34%56.86%-
XYZ22.8324.5715.85-
YUV134.7108.98135.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=37.96%
G=35.60%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513610100.060.300.4347.7317.8948.24
Hex918865061E2B301230
Octal221210145063653602260
Binary1001000110001000110010101101111010101111000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918865; }

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

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

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

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

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

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

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

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