#928A66

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

Shades of Granite Green #928A66

Tints of Granite Green #928A66

Color information

#928A66 (or 0x928A66) is unknown color: approx Granite Green. HEX triplet: 92, 8A and 66. RGB value is (146,138,102). Sum of RGB (Red+Green+Blue) = 146+138+102=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #928A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A66 is #6D7599. Grayscale: #888888. Windows color (decimal): -7173530 or 6720146. OLE color: 6720146.

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

Color convert

RGB146138102-
CMYK00.050.300.43
HSL49.09º17.74%48.63%-
HSV(B)49.09º30.14%57.25%-
XYZ23.3425.2516.21-
YUV136.29108.65134.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=37.82%
G=35.75%
B=26.42%

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
Decimal14613810200.050.300.4349.0917.7448.63
Hex928A66051E2B311231
Octal222212146053653612261
Binary1001001010001010110011001011111010101111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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