#94865F

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

Shades of Granite Green #94865F

Tints of Granite Green #94865F

Color information

#94865F (or 0x94865F) is unknown color: approx Granite Green. HEX triplet: 94, 86 and 5F. RGB value is (148,134,95). Sum of RGB (Red+Green+Blue) = 148+134+95=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #94865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94865F is #6B79A0. Grayscale: #858585. Windows color (decimal): -7043489 or 6260372. OLE color: 6260372.

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

Color convert

RGB14813495-
CMYK00.090.360.42
HSL44.15º21.81%47.65%-
HSV(B)44.15º35.81%58.04%-
XYZ22.824.1714.29-
YUV133.74106.14138.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=39.26%
G=35.54%
B=25.20%

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
Decimal1481349500.090.360.4244.1521.8147.65
Hex94865F09242A2c1630
Octal2242061370114452542660
Binary100101001000011010111110100110010010101010110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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