#908762

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

Shades of Granite Green #908762

Tints of Granite Green #908762

Color information

#908762 (or 0x908762) is unknown color: approx Granite Green. HEX triplet: 90, 87 and 62. RGB value is (144,135,98). Sum of RGB (Red+Green+Blue) = 144+135+98=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #908762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908762 is #6F789D. Grayscale: #858585. Windows color (decimal): -7305374 or 6457232. OLE color: 6457232.

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

Color convert

RGB14413598-
CMYK00.060.320.44
HSL48.26º19.01%47.45%-
HSV(B)48.26º31.94%56.47%-
XYZ22.3724.1415.04-
YUV133.47107.98135.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=38.20%
G=35.81%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441359800.060.320.4448.2619.0147.45
Hex90876206202C30132f
Octal220207142064054602357
Binary10010000100001111100010011010000010110011000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908762; }

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

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

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

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

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

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

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

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