#918869

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

Shades of Granite Green #918869

Tints of Granite Green #918869

Color information

#918869 (or 0x918869) is unknown color: approx Granite Green. HEX triplet: 91, 88 and 69. RGB value is (145,136,105). Sum of RGB (Red+Green+Blue) = 145+136+105=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #918869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918869 is #6E7796. Grayscale: #878787. Windows color (decimal): -7239575 or 6916241. OLE color: 6916241.

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

Color convert

RGB145136105-
CMYK00.060.280.43
HSL46.5º16%49.02%-
HSV(B)46.5º27.59%56.86%-
XYZ23.0324.6516.91-
YUV135.16110.98135.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=37.56%
G=35.23%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513610500.060.280.4346.51649.02
Hex918869061C2B2f1031
Octal221210151063453572061
Binary1001000110001000110100101101110010101110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918869; }

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

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

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

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

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

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

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

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