#918867

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

Shades of Granite Green #918867

Tints of Granite Green #918867

Color information

#918867 (or 0x918867) is unknown color: approx Granite Green. HEX triplet: 91, 88 and 67. RGB value is (145,136,103). Sum of RGB (Red+Green+Blue) = 145+136+103=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918867 is #6E7798. Grayscale: #878787. Windows color (decimal): -7239577 or 6785169. OLE color: 6785169.

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

Color convert

RGB145136103-
CMYK00.060.290.43
HSL47.14º16.94%48.63%-
HSV(B)47.14º28.97%56.86%-
XYZ22.9324.6116.37-
YUV134.93109.98135.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=37.76%
G=35.42%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513610300.060.290.4347.1416.9448.63
Hex918867061D2B2f1131
Octal221210147063553572161
Binary1001000110001000110011101101110110101110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918867; }

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

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

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

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

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

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

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

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