#918660

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

Shades of Granite Green #918660

Tints of Granite Green #918660

Color information

#918660 (or 0x918660) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 60. RGB value is (145,134,96). Sum of RGB (Red+Green+Blue) = 145+134+96=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918660 is #6E799F. Grayscale: #858585. Windows color (decimal): -7240096 or 6325905. OLE color: 6325905.

HSL color Cylindrical-coordinate representation of color #918660: hue angle of 46.53º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918660 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14513496-
CMYK00.080.340.43
HSL46.53º20.33%47.25%-
HSV(B)46.53º33.79%56.86%-
XYZ22.3123.9114.51-
YUV132.96107.14136.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=38.67%
G=35.73%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451349600.080.340.4346.5320.3347.25
Hex91866008222B2f142f
Octal2212061400104253572457
Binary100100011000011011000000100010001010101110111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918660; }

 p { color: rgb(145,134,96); }

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

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

 a { background-color: rgb(145,134,96); }

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

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

 span { border-color: rgb(145,134,96); }

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