#928968

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

Shades of Granite Green #928968

Tints of Granite Green #928968

Color information

#928968 (or 0x928968) is unknown color: approx Granite Green. HEX triplet: 92, 89 and 68. RGB value is (146,137,104). Sum of RGB (Red+Green+Blue) = 146+137+104=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #928968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928968 is #6D7697. Grayscale: #888888. Windows color (decimal): -7173784 or 6850962. OLE color: 6850962.

HSL color Cylindrical-coordinate representation of color #928968: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #928968 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB146137104-
CMYK00.060.290.43
HSL47.14º16.8%49.02%-
HSV(B)47.14º28.77%57.25%-
XYZ23.32516.69-
YUV135.93109.98135.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 104 (41.02% from 255) = 26.87%
R=37.73%
G=35.40%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613710400.060.290.4347.1416.849.02
Hex928968061D2B2f1131
Octal222211150063553572161
Binary1001001010001001110100001101110110101110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928968; }

 p { color: rgb(146,137,104); }

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

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

 a { background-color: rgb(146,137,104); }

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

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

 span { border-color: rgb(146,137,104); }

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