#918863

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

Shades of Granite Green #918863

Tints of Granite Green #918863

Color information

#918863 (or 0x918863) is unknown color: approx Granite Green. HEX triplet: 91, 88 and 63. RGB value is (145,136,99). Sum of RGB (Red+Green+Blue) = 145+136+99=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #918863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918863 is #6E779C. Grayscale: #868686. Windows color (decimal): -7239581 or 6523025. OLE color: 6523025.

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

Color convert

RGB14513699-
CMYK00.060.320.43
HSL48.26º18.85%47.84%-
HSV(B)48.26º31.72%56.86%-
XYZ22.7324.5315.34-
YUV134.47107.98135.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=38.16%
G=35.79%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451369900.060.320.4348.2618.8547.84
Hex91886306202B301330
Octal221210143064053602360
Binary10010001100010001100011011010000010101111000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918863; }

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

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

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

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

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

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

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

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