#918A60

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

Shades of Granite Green #918A60

Tints of Granite Green #918A60

Color information

#918A60 (or 0x918A60) is unknown color: approx Granite Green. HEX triplet: 91, 8A and 60. RGB value is (145,138,96). Sum of RGB (Red+Green+Blue) = 145+138+96=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A60 is #6E759F. Grayscale: #878787. Windows color (decimal): -7239072 or 6326929. OLE color: 6326929.

HSL color Cylindrical-coordinate representation of color #918A60: hue angle of 51.43º 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 #918A60 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14513896-
CMYK00.050.340.43
HSL51.43º20.33%47.25%-
HSV(B)51.43º33.79%56.86%-
XYZ22.8825.0414.69-
YUV135.3105.82134.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=38.26%
G=36.41%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451389600.050.340.4351.4320.3347.25
Hex918A6005222B33142f
Octal221212140054253632457
Binary10010001100010101100000010110001010101111001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A60; }

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

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

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

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

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

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

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

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