#928568

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

Shades of Granite Green #928568

Tints of Granite Green #928568

Color information

#928568 (or 0x928568) is unknown color: approx Granite Green. HEX triplet: 92, 85 and 68. RGB value is (146,133,104). Sum of RGB (Red+Green+Blue) = 146+133+104=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #928568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928568 is #6D7A97. Grayscale: #858585. Windows color (decimal): -7174808 or 6849938. OLE color: 6849938.

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

Color convert

RGB146133104-
CMYK00.090.290.43
HSL41.43º16.8%49.02%-
HSV(B)41.43º28.77%57.25%-
XYZ22.7423.8916.51-
YUV133.58111.31136.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=38.12%
G=34.73%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613310400.090.290.4341.4316.849.02
Hex928568091D2B291131
Octal2222051500113553512161
Binary10010010100001011101000010011110110101110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928568; }

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

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

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

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

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

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

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

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