#97865C

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

Shades of Granite Green #97865C

Tints of Granite Green #97865C

Color information

#97865C (or 0x97865C) is unknown color: approx Granite Green. HEX triplet: 97, 86 and 5C. RGB value is (151,134,92). Sum of RGB (Red+Green+Blue) = 151+134+92=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #97865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97865C is #6879A3. Grayscale: #868686. Windows color (decimal): -6846884 or 6063767. OLE color: 6063767.

HSL color Cylindrical-coordinate representation of color #97865C: hue angle of 42.71º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97865C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15113492-
CMYK00.110.390.41
HSL42.71º24.28%47.65%-
HSV(B)42.71º39.07%59.22%-
XYZ23.2224.413.61-
YUV134.3104.13139.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=40.05%
G=35.54%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511349200.110.390.4142.7124.2847.65
Hex97865C0B27292b1830
Octal2272061340134751533060
Binary100101111000011010111000101110011110100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97865C; }

 p { color: rgb(151,134,92); }

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

<style>
 a { background-color: #97865C; }

 a { background-color: rgb(151,134,92); }

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

<style>
 span { border-color: #97865C; }

 span { border-color: rgb(151,134,92); }

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