#928B60

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

Shades of Granite Green #928B60

Tints of Granite Green #928B60

Color information

#928B60 (or 0x928B60) is unknown color: approx Granite Green. HEX triplet: 92, 8B and 60. RGB value is (146,139,96). Sum of RGB (Red+Green+Blue) = 146+139+96=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B60 is #6D749F. Grayscale: #888888. Windows color (decimal): -7173280 or 6327186. OLE color: 6327186.

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

Color convert

RGB14613996-
CMYK00.050.340.43
HSL51.6º20.66%47.45%-
HSV(B)51.6º34.25%57.25%-
XYZ23.225.4214.75-
YUV136.19105.32135-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=38.32%
G=36.48%
B=25.20%

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
Decimal1461399600.050.340.4351.620.6647.45
Hex928B6005222B34152f
Octal222213140054253642557
Binary10010010100010111100000010110001010101111010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928B60; }

 p { color: rgb(146,139,96); }

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

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

 a { background-color: rgb(146,139,96); }

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

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

 span { border-color: rgb(146,139,96); }

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