#90876B

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

Shades of Granite Green #90876B

Tints of Granite Green #90876B

Color information

#90876B (or 0x90876B) is unknown color: approx Granite Green. HEX triplet: 90, 87 and 6B. RGB value is (144,135,107). Sum of RGB (Red+Green+Blue) = 144+135+107=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #90876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90876B is #6F7894. Grayscale: #868686. Windows color (decimal): -7305365 or 7047056. OLE color: 7047056.

HSL color Cylindrical-coordinate representation of color #90876B: hue angle of 45.41º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90876B is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB144135107-
CMYK00.060.260.44
HSL45.41º14.74%49.22%-
HSV(B)45.41º25.69%56.47%-
XYZ22.8224.3217.4-
YUV134.5112.48134.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=37.31%
G=34.97%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413510700.060.260.4445.4114.7449.22
Hex90876B061A2C2df31
Octal220207153063254551761
Binary100100001000011111010110110110101011001011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90876B; }

 p { color: rgb(144,135,107); }

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

<style>
 a { background-color: #90876B; }

 a { background-color: rgb(144,135,107); }

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

<style>
 span { border-color: #90876B; }

 span { border-color: rgb(144,135,107); }

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