#94875E

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

Shades of Granite Green #94875E

Tints of Granite Green #94875E

Color information

#94875E (or 0x94875E) is unknown color: approx Granite Green. HEX triplet: 94, 87 and 5E. RGB value is (148,135,94). Sum of RGB (Red+Green+Blue) = 148+135+94=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #94875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94875E is #6B78A1. Grayscale: #868686. Windows color (decimal): -7043234 or 6195092. OLE color: 6195092.

HSL color Cylindrical-coordinate representation of color #94875E: hue angle of 45.56º 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 #94875E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14813594-
CMYK00.090.360.42
HSL45.56º22.31%47.45%-
HSV(B)45.56º36.49%58.04%-
XYZ22.924.4314.1-
YUV134.21105.31137.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=39.26%
G=35.81%
B=24.93%

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
Decimal1481359400.090.360.4245.5622.3147.45
Hex94875E09242A2e162f
Octal2242071360114452562657
Binary100101001000011110111100100110010010101010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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