#928964

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

Shades of Granite Green #928964

Tints of Granite Green #928964

Color information

#928964 (or 0x928964) is unknown color: approx Granite Green. HEX triplet: 92, 89 and 64. RGB value is (146,137,100). Sum of RGB (Red+Green+Blue) = 146+137+100=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #928964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928964 is #6D769B. Grayscale: #878787. Windows color (decimal): -7173788 or 6588818. OLE color: 6588818.

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

Color convert

RGB146137100-
CMYK00.060.320.43
HSL48.26º18.7%48.24%-
HSV(B)48.26º31.51%57.25%-
XYZ23.124.9215.65-
YUV135.47107.98135.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=38.12%
G=35.77%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613710000.060.320.4348.2618.748.24
Hex92896406202B301330
Octal222211144064053602360
Binary10010010100010011100100011010000010101111000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928964; }

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

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

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

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

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

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

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

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