#90876F

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

Shades of Granite Green #90876F

Tints of Granite Green #90876F

Color information

#90876F (or 0x90876F) is unknown color: approx Granite Green. HEX triplet: 90, 87 and 6F. RGB value is (144,135,111). Sum of RGB (Red+Green+Blue) = 144+135+111=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #90876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90876F is #6F7890. Grayscale: #878787. Windows color (decimal): -7305361 or 7309200. OLE color: 7309200.

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

Color convert

RGB144135111-
CMYK00.060.230.44
HSL43.64º12.94%50%-
HSV(B)43.64º22.92%56.47%-
XYZ23.0324.418.54-
YUV134.95114.48134.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=36.92%
G=34.62%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413511100.060.230.4443.6412.9450
Hex90876F06172C2cd32
Octal220207157062754541562
Binary100100001000011111011110110101111011001011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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