#897F65

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

Shades of Granite Green #897F65

Tints of Granite Green #897F65

Color information

#897F65 (or 0x897F65) is unknown color: approx Granite Green. HEX triplet: 89, 7F and 65. RGB value is (137,127,101). Sum of RGB (Red+Green+Blue) = 137+127+101=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #897F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F65 is #76809A. Grayscale: #7F7F7F. Windows color (decimal): -7766171 or 6651785. OLE color: 6651785.

HSL color Cylindrical-coordinate representation of color #897F65: hue angle of 43.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #897F65 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB137127101-
CMYK00.070.260.46
HSL43.33º15.13%46.67%-
HSV(B)43.33º26.28%53.73%-
XYZ20.2521.4415.38-
YUV127.03113.31135.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=37.53%
G=34.79%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712710100.070.260.4643.3315.1346.67
Hex897F65071A2E2bf2f
Octal211177145073256531757
Binary10001001111111111001010111110101011101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897F65; }

 p { color: rgb(137,127,101); }

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

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

 a { background-color: rgb(137,127,101); }

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

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

 span { border-color: rgb(137,127,101); }

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