#908869

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

Shades of Granite Green #908869

Tints of Granite Green #908869

Color information

#908869 (or 0x908869) is unknown color: approx Granite Green. HEX triplet: 90, 88 and 69. RGB value is (144,136,105). Sum of RGB (Red+Green+Blue) = 144+136+105=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #908869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908869 is #6F7796. Grayscale: #868686. Windows color (decimal): -7305111 or 6916240. OLE color: 6916240.

HSL color Cylindrical-coordinate representation of color #908869: hue angle of 47.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #908869 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB144136105-
CMYK00.060.270.44
HSL47.69º15.66%48.82%-
HSV(B)47.69º27.08%56.47%-
XYZ22.8624.5616.9-
YUV134.86111.15134.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=37.40%
G=35.32%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413610500.060.270.4447.6915.6648.82
Hex908869061B2C301031
Octal220210151063354602061
Binary1001000010001000110100101101101110110011000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908869; }

 p { color: rgb(144,136,105); }

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

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

 a { background-color: rgb(144,136,105); }

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

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

 span { border-color: rgb(144,136,105); }

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