#928569

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

Shades of Granite Green #928569

Tints of Granite Green #928569

Color information

#928569 (or 0x928569) is unknown color: approx Granite Green. HEX triplet: 92, 85 and 69. RGB value is (146,133,105). Sum of RGB (Red+Green+Blue) = 146+133+105=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #928569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928569 is #6D7A96. Grayscale: #858585. Windows color (decimal): -7174807 or 6915474. OLE color: 6915474.

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

Color convert

RGB146133105-
CMYK00.090.280.43
HSL40.98º16.33%49.22%-
HSV(B)40.98º28.08%57.25%-
XYZ22.7923.9116.78-
YUV133.7111.81136.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=38.02%
G=34.64%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613310500.090.280.4340.9816.3349.22
Hex928569091C2B291031
Octal2222051510113453512061
Binary10010010100001011101001010011110010101110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928569; }

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

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

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

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

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

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

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

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