#918661

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

Shades of Granite Green #918661

Tints of Granite Green #918661

Color information

#918661 (or 0x918661) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 61. RGB value is (145,134,97). Sum of RGB (Red+Green+Blue) = 145+134+97=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #918661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918661 is #6E799E. Grayscale: #858585. Windows color (decimal): -7240095 or 6391441. OLE color: 6391441.

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

Color convert

RGB14513497-
CMYK00.080.330.43
HSL46.25º19.83%47.45%-
HSV(B)46.25º33.1%56.86%-
XYZ22.3623.9314.75-
YUV133.07107.64136.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=38.56%
G=35.64%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451349700.080.330.4346.2519.8347.45
Hex91866108212B2e142f
Octal2212061410104153562457
Binary100100011000011011000010100010000110101110111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918661; }

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

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

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

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

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

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

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

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