#90865F

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

Shades of Granite Green #90865F

Tints of Granite Green #90865F

Color information

#90865F (or 0x90865F) is unknown color: approx Granite Green. HEX triplet: 90, 86 and 5F. RGB value is (144,134,95). Sum of RGB (Red+Green+Blue) = 144+134+95=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #90865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90865F is #6F79A0. Grayscale: #848484. Windows color (decimal): -7305633 or 6260368. OLE color: 6260368.

HSL color Cylindrical-coordinate representation of color #90865F: hue angle of 47.76º 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 #90865F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14413495-
CMYK00.070.340.44
HSL47.76º20.5%46.86%-
HSV(B)47.76º34.03%56.47%-
XYZ22.0923.8114.26-
YUV132.54106.81136.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=38.61%
G=35.92%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441349500.070.340.4447.7620.546.86
Hex90865F07222C30152f
Octal220206137074254602557
Binary10010000100001101011111011110001010110011000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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