#928760

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

Shades of Granite Green #928760

Tints of Granite Green #928760

Color information

#928760 (or 0x928760) is unknown color: approx Granite Green. HEX triplet: 92, 87 and 60. RGB value is (146,135,96). Sum of RGB (Red+Green+Blue) = 146+135+96=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928760 is #6D789F. Grayscale: #868686. Windows color (decimal): -7174304 or 6326162. OLE color: 6326162.

HSL color Cylindrical-coordinate representation of color #928760: hue angle of 46.8º 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 #928760 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14613596-
CMYK00.080.340.43
HSL46.8º20.66%47.45%-
HSV(B)46.8º34.25%57.25%-
XYZ22.6324.2814.56-
YUV133.84106.64136.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=38.73%
G=35.81%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461359600.080.340.4346.820.6647.45
Hex92876008222B2f152f
Octal2222071400104253572557
Binary100100101000011111000000100010001010101110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928760; }

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

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

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

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

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

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

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

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