#908568

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

Shades of Granite Green #908568

Tints of Granite Green #908568

Color information

#908568 (or 0x908568) is unknown color: approx Granite Green. HEX triplet: 90, 85 and 68. RGB value is (144,133,104). Sum of RGB (Red+Green+Blue) = 144+133+104=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #908568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908568 is #6F7A97. Grayscale: #858585. Windows color (decimal): -7305880 or 6849936. OLE color: 6849936.

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

Color convert

RGB144133104-
CMYK00.080.280.44
HSL43.5º16.13%48.63%-
HSV(B)43.5º27.78%56.47%-
XYZ22.3923.716.49-
YUV132.98111.64135.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=37.80%
G=34.91%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413310400.080.280.4443.516.1348.63
Hex908568081C2C2c1031
Octal2202051500103454542061
Binary10010000100001011101000010001110010110010110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908568; }

 p { color: rgb(144,133,104); }

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

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

 a { background-color: rgb(144,133,104); }

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

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

 span { border-color: rgb(144,133,104); }

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