#97855F

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

Shades of Granite Green #97855F

Tints of Granite Green #97855F

Color information

#97855F (or 0x97855F) is unknown color: approx Granite Green. HEX triplet: 97, 85 and 5F. RGB value is (151,133,95). Sum of RGB (Red+Green+Blue) = 151+133+95=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #97855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97855F is #687AA0. Grayscale: #868686. Windows color (decimal): -6847137 or 6260119. OLE color: 6260119.

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

Color convert

RGB15113395-
CMYK00.120.370.41
HSL40.71º22.76%48.24%-
HSV(B)40.71º37.09%59.22%-
XYZ23.2224.1814.27-
YUV134.05105.96140.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=39.84%
G=35.09%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511339500.120.370.4140.7122.7648.24
Hex97855F0C2529291730
Octal2272051370144551512760
Binary100101111000010110111110110010010110100110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97855F; }

 p { color: rgb(151,133,95); }

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

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

 a { background-color: rgb(151,133,95); }

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

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

 span { border-color: rgb(151,133,95); }

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