#918469

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

Shades of Granite Green #918469

Tints of Granite Green #918469

Color information

#918469 (or 0x918469) is unknown color: approx Granite Green. HEX triplet: 91, 84 and 69. RGB value is (145,132,105). Sum of RGB (Red+Green+Blue) = 145+132+105=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #918469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918469 is #6E7B96. Grayscale: #848484. Windows color (decimal): -7240599 or 6915217. OLE color: 6915217.

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

Color convert

RGB145132105-
CMYK00.090.280.43
HSL40.5º16%49.02%-
HSV(B)40.5º27.59%56.86%-
XYZ22.4823.5416.72-
YUV132.81112.31136.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=37.96%
G=34.55%
B=27.49%

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
Decimal14513210500.090.280.4340.51649.02
Hex918469091C2B291031
Octal2212041510113453512061
Binary10010001100001001101001010011110010101110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918469; }

 p { color: rgb(145,132,105); }

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

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

 a { background-color: rgb(145,132,105); }

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

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

 span { border-color: rgb(145,132,105); }

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