#90876E

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

Shades of Granite Green #90876E

Tints of Granite Green #90876E

Color information

#90876E (or 0x90876E) is unknown color: approx Granite Green. HEX triplet: 90, 87 and 6E. RGB value is (144,135,110). Sum of RGB (Red+Green+Blue) = 144+135+110=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #90876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90876E is #6F7891. Grayscale: #868686. Windows color (decimal): -7305362 or 7243664. OLE color: 7243664.

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

Color convert

RGB144135110-
CMYK00.060.240.44
HSL44.12º13.39%49.8%-
HSV(B)44.12º23.61%56.47%-
XYZ22.9824.3818.25-
YUV134.84113.98134.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=37.02%
G=34.70%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413511000.060.240.4444.1213.3949.8
Hex90876E06182C2cd32
Octal220207156063054541562
Binary100100001000011111011100110110001011001011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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