#917F61

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

Shades of Granite Green #917F61

Tints of Granite Green #917F61

Color information

#917F61 (or 0x917F61) is unknown color: approx Granite Green. HEX triplet: 91, 7F and 61. RGB value is (145,127,97). Sum of RGB (Red+Green+Blue) = 145+127+97=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #917F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F61 is #6E809E. Grayscale: #818181. Windows color (decimal): -7241887 or 6389649. OLE color: 6389649.

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

Color convert

RGB14512797-
CMYK00.120.330.43
HSL37.5º19.83%47.45%-
HSV(B)37.5º33.1%56.86%-
XYZ21.4222.0614.44-
YUV128.96109.96139.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=39.30%
G=34.42%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451279700.120.330.4337.519.8347.45
Hex917F610C212B25142f
Octal2211771410144153452457
Binary10010001111111111000010110010000110101110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,97); }

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

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

 a { background-color: rgb(145,127,97); }

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

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

 span { border-color: rgb(145,127,97); }

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