#94865E

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

Shades of Granite Green #94865E

Tints of Granite Green #94865E

Color information

#94865E (or 0x94865E) is unknown color: approx Granite Green. HEX triplet: 94, 86 and 5E. RGB value is (148,134,94). Sum of RGB (Red+Green+Blue) = 148+134+94=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94865E is #6B79A1. Grayscale: #858585. Windows color (decimal): -7043490 or 6194836. OLE color: 6194836.

HSL color Cylindrical-coordinate representation of color #94865E: hue angle of 44.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94865E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14813494-
CMYK00.090.360.42
HSL44.44º22.31%47.45%-
HSV(B)44.44º36.49%58.04%-
XYZ22.7624.1514.05-
YUV133.63105.64138.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 94 (37.11% from 255) = 25%
R=39.36%
G=35.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481349400.090.360.4244.4422.3147.45
Hex94865E09242A2c162f
Octal2242061360114452542657
Binary100101001000011010111100100110010010101010110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,134,94); }

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

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

 a { background-color: rgb(148,134,94); }

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

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

 span { border-color: rgb(148,134,94); }

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