#908861

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

Shades of Granite Green #908861

Tints of Granite Green #908861

Color information

#908861 (or 0x908861) is unknown color: approx Granite Green. HEX triplet: 90, 88 and 61. RGB value is (144,136,97). Sum of RGB (Red+Green+Blue) = 144+136+97=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #908861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908861 is #6F779E. Grayscale: #868686. Windows color (decimal): -7305119 or 6391952. OLE color: 6391952.

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

Color convert

RGB14413697-
CMYK00.060.330.44
HSL49.79º19.5%47.25%-
HSV(B)49.79º32.64%56.47%-
XYZ22.4624.414.84-
YUV133.95107.15135.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=38.20%
G=36.07%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441369700.060.330.4449.7919.547.25
Hex90886106212C32142f
Octal220210141064154622457
Binary10010000100010001100001011010000110110011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908861; }

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

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

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

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

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

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

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

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