#917E5F

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

Shades of Granite Green #917E5F

Tints of Granite Green #917E5F

Color information

#917E5F (or 0x917E5F) is unknown color: approx Granite Green. HEX triplet: 91, 7E and 5F. RGB value is (145,126,95). Sum of RGB (Red+Green+Blue) = 145+126+95=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #917E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E5F is #6E81A0. Grayscale: #808080. Windows color (decimal): -7242145 or 6258321. OLE color: 6258321.

HSL color Cylindrical-coordinate representation of color #917E5F: hue angle of 37.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917E5F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14512695-
CMYK00.130.340.43
HSL37.2º20.83%47.06%-
HSV(B)37.2º34.48%56.86%-
XYZ21.221.7713.91-
YUV128.15109.29140.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=39.62%
G=34.43%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451269500.130.340.4337.220.8347.06
Hex917E5F0D222B25152f
Octal2211761370154253452557
Binary10010001111111010111110110110001010101110010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E5F; }

 p { color: rgb(145,126,95); }

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

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

 a { background-color: rgb(145,126,95); }

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

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

 span { border-color: rgb(145,126,95); }

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