#918567

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

Shades of Granite Green #918567

Tints of Granite Green #918567

Color information

#918567 (or 0x918567) is unknown color: approx Granite Green. HEX triplet: 91, 85 and 67. RGB value is (145,133,103). Sum of RGB (Red+Green+Blue) = 145+133+103=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #918567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918567 is #6E7A98. Grayscale: #858585. Windows color (decimal): -7240345 or 6784401. OLE color: 6784401.

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

Color convert

RGB145133103-
CMYK00.080.290.43
HSL42.86º16.94%48.63%-
HSV(B)42.86º28.97%56.86%-
XYZ22.5123.7716.23-
YUV133.17110.98136.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=38.06%
G=34.91%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513310300.080.290.4342.8616.9448.63
Hex918567081D2B2b1131
Octal2212051470103553532161
Binary10010001100001011100111010001110110101110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918567; }

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

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

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

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

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

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

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

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