#97885E

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

Shades of Granite Green #97885E

Tints of Granite Green #97885E

Color information

#97885E (or 0x97885E) is unknown color: approx Granite Green. HEX triplet: 97, 88 and 5E. RGB value is (151,136,94). Sum of RGB (Red+Green+Blue) = 151+136+94=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #97885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97885E is #6877A1. Grayscale: #878787. Windows color (decimal): -6846370 or 6195351. OLE color: 6195351.

HSL color Cylindrical-coordinate representation of color #97885E: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97885E is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB15113694-
CMYK00.100.380.41
HSL44.21º23.27%48.04%-
HSV(B)44.21º37.75%59.22%-
XYZ23.592514.17-
YUV135.7104.47138.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=39.63%
G=35.70%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511369400.100.380.4144.2123.2748.04
Hex97885E0A26292c1730
Octal2272101360124651542760
Binary100101111000100010111100101010011010100110110010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97885E; }

 p { color: rgb(151,136,94); }

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

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

 a { background-color: rgb(151,136,94); }

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

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

 span { border-color: rgb(151,136,94); }

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