#918664

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

Shades of Granite Green #918664

Tints of Granite Green #918664

Color information

#918664 (or 0x918664) is unknown color: approx Granite Green. HEX triplet: 91, 86 and 64. RGB value is (145,134,100). Sum of RGB (Red+Green+Blue) = 145+134+100=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #918664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918664 is #6E799B. Grayscale: #858585. Windows color (decimal): -7240092 or 6588049. OLE color: 6588049.

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

Color convert

RGB145134100-
CMYK00.080.310.43
HSL45.33º18.37%48.04%-
HSV(B)45.33º31.03%56.86%-
XYZ22.523.9915.5-
YUV133.41109.14136.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=38.26%
G=35.36%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513410000.080.310.4345.3318.3748.04
Hex918664081F2B2d1230
Octal2212061440103753552260
Binary10010001100001101100100010001111110101110110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918664; }

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

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

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

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

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

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

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

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