#90875D

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

Shades of Granite Green #90875D

Tints of Granite Green #90875D

Color information

#90875D (or 0x90875D) is unknown color: approx Granite Green. HEX triplet: 90, 87 and 5D. RGB value is (144,135,93). Sum of RGB (Red+Green+Blue) = 144+135+93=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #90875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90875D is #6F78A2. Grayscale: #858585. Windows color (decimal): -7305379 or 6129552. OLE color: 6129552.

HSL color Cylindrical-coordinate representation of color #90875D: hue angle of 49.41º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90875D is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14413593-
CMYK00.060.350.44
HSL49.41º21.52%46.47%-
HSV(B)49.41º35.42%56.47%-
XYZ22.1424.0513.83-
YUV132.9105.48135.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 93 (36.72% from 255) = 25%
R=38.71%
G=36.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441359300.060.350.4449.4121.5246.47
Hex90875D06232C31162e
Octal220207135064354612656
Binary10010000100001111011101011010001110110011000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90875D; }

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

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

<style>
 a { background-color: #90875D; }

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

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

<style>
 span { border-color: #90875D; }

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

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