#918060

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

Shades of Granite Green #918060

Tints of Granite Green #918060

Color information

#918060 (or 0x918060) is unknown color: approx Granite Green. HEX triplet: 91, 80 and 60. RGB value is (145,128,96). Sum of RGB (Red+Green+Blue) = 145+128+96=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #918060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918060 is #6E7F9F. Grayscale: #818181. Windows color (decimal): -7241632 or 6324369. OLE color: 6324369.

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

Color convert

RGB14512896-
CMYK00.120.340.43
HSL39.18º20.33%47.25%-
HSV(B)39.18º33.79%56.86%-
XYZ21.5122.314.24-
YUV129.43109.13139.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=39.30%
G=34.69%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451289600.120.340.4339.1820.3347.25
Hex9180600C222B27142f
Octal2212001400144253472457
Binary100100011000000011000000110010001010101110011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918060; }

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

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

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

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

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

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

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

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