#918165

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

Shades of Granite Green #918165

Tints of Granite Green #918165

Color information

#918165 (or 0x918165) is unknown color: approx Granite Green. HEX triplet: 91, 81 and 65. RGB value is (145,129,101). Sum of RGB (Red+Green+Blue) = 145+129+101=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #918165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918165 is #6E7E9A. Grayscale: #828282. Windows color (decimal): -7241371 or 6652305. OLE color: 6652305.

HSL color Cylindrical-coordinate representation of color #918165: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918165 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145129101-
CMYK00.110.300.43
HSL38.18º17.89%48.24%-
HSV(B)38.18º30.34%56.86%-
XYZ21.8822.6615.53-
YUV130.59111.3138.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=38.67%
G=34.4%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512910100.110.300.4338.1817.8948.24
Hex9181650B1E2B261230
Octal2212011450133653462260
Binary10010001100000011100101010111111010101110011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918165; }

 p { color: rgb(145,129,101); }

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

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

 a { background-color: rgb(145,129,101); }

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

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

 span { border-color: rgb(145,129,101); }

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