#928B66

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

Shades of Granite Green #928B66

Tints of Granite Green #928B66

Color information

#928B66 (or 0x928B66) is unknown color: approx Granite Green. HEX triplet: 92, 8B and 66. RGB value is (146,139,102). Sum of RGB (Red+Green+Blue) = 146+139+102=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #928B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B66 is #6D7499. Grayscale: #898989. Windows color (decimal): -7173274 or 6720402. OLE color: 6720402.

HSL color Cylindrical-coordinate representation of color #928B66: hue angle of 50.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928B66 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB146139102-
CMYK00.050.300.43
HSL50.45º17.74%48.63%-
HSV(B)50.45º30.14%57.25%-
XYZ23.4825.5416.26-
YUV136.88108.32134.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=37.73%
G=35.92%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613910200.050.300.4350.4517.7448.63
Hex928B66051E2B321231
Octal222213146053653622261
Binary1001001010001011110011001011111010101111001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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