#928866

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

Shades of Granite Green #928866

Tints of Granite Green #928866

Color information

#928866 (or 0x928866) is unknown color: approx Granite Green. HEX triplet: 92, 88 and 66. RGB value is (146,136,102). Sum of RGB (Red+Green+Blue) = 146+136+102=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #928866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928866 is #6D7799. Grayscale: #878787. Windows color (decimal): -7174042 or 6719634. OLE color: 6719634.

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

Color convert

RGB146136102-
CMYK00.070.300.43
HSL46.36º17.74%48.63%-
HSV(B)46.36º30.14%57.25%-
XYZ23.0624.6816.12-
YUV135.11109.31135.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=38.02%
G=35.42%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613610200.070.300.4346.3617.7448.63
Hex928866071E2B2e1231
Octal222210146073653562261
Binary1001001010001000110011001111111010101110111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928866; }

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

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

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

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

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

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

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

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