#96865C

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

Shades of Granite Green #96865C

Tints of Granite Green #96865C

Color information

#96865C (or 0x96865C) is unknown color: approx Granite Green. HEX triplet: 96, 86 and 5C. RGB value is (150,134,92). Sum of RGB (Red+Green+Blue) = 150+134+92=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96865C is #6979A3. Grayscale: #868686. Windows color (decimal): -6912420 or 6063766. OLE color: 6063766.

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

Color convert

RGB15013492-
CMYK00.110.390.41
HSL43.45º23.97%47.45%-
HSV(B)43.45º38.67%58.82%-
XYZ23.0324.3113.6-
YUV134104.3139.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=39.89%
G=35.64%
B=24.47%

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
Decimal1501349200.110.390.4143.4523.9747.45
Hex96865C0B27292b182f
Octal2262061340134751533057
Binary100101101000011010111000101110011110100110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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