#918763

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

Shades of Granite Green #918763

Tints of Granite Green #918763

Color information

#918763 (or 0x918763) is unknown color: approx Granite Green. HEX triplet: 91, 87 and 63. RGB value is (145,135,99). Sum of RGB (Red+Green+Blue) = 145+135+99=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918763 is #6E789C. Grayscale: #868686. Windows color (decimal): -7239837 or 6522769. OLE color: 6522769.

HSL color Cylindrical-coordinate representation of color #918763: hue angle of 46.96º 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 #918763 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14513599-
CMYK00.070.320.43
HSL46.96º18.85%47.84%-
HSV(B)46.96º31.72%56.86%-
XYZ22.5924.2515.29-
YUV133.89108.31135.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=38.26%
G=35.62%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451359900.070.320.4346.9618.8547.84
Hex91876307202B2f1330
Octal221207143074053572360
Binary10010001100001111100011011110000010101110111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918763; }

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

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

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

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

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

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

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

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