#90815F

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

Shades of Granite Green #90815F

Tints of Granite Green #90815F

Color information

#90815F (or 0x90815F) is unknown color: approx Granite Green. HEX triplet: 90, 81 and 5F. RGB value is (144,129,95). Sum of RGB (Red+Green+Blue) = 144+129+95=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #90815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90815F is #6F7EA0. Grayscale: #818181. Windows color (decimal): -7306913 or 6259088. OLE color: 6259088.

HSL color Cylindrical-coordinate representation of color #90815F: hue angle of 41.63º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90815F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14412995-
CMYK00.100.340.44
HSL41.63º20.5%46.86%-
HSV(B)41.63º34.03%56.47%-
XYZ21.4222.4614.03-
YUV129.61108.47138.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=39.13%
G=35.05%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441299500.100.340.4441.6320.546.86
Hex90815F0A222C2a152f
Octal2202011370124254522557
Binary100100001000000110111110101010001010110010101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,129,95); }

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

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

 a { background-color: rgb(144,129,95); }

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

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

 span { border-color: rgb(144,129,95); }

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