#918964

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

Shades of Granite Green #918964

Tints of Granite Green #918964

Color information

#918964 (or 0x918964) is unknown color: approx Granite Green. HEX triplet: 91, 89 and 64. RGB value is (145,137,100). Sum of RGB (Red+Green+Blue) = 145+137+100=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #918964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918964 is #6E769B. Grayscale: #878787. Windows color (decimal): -7239324 or 6588817. OLE color: 6588817.

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

Color convert

RGB145137100-
CMYK00.060.310.43
HSL49.33º18.37%48.04%-
HSV(B)49.33º31.03%56.86%-
XYZ22.9224.8315.64-
YUV135.17108.15135.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=37.96%
G=35.86%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513710000.060.310.4349.3318.3748.04
Hex918964061F2B311230
Octal221211144063753612260
Binary1001000110001001110010001101111110101111000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918964; }

 p { color: rgb(145,137,100); }

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

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

 a { background-color: rgb(145,137,100); }

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

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

 span { border-color: rgb(145,137,100); }

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