#988661

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

Shades of Granite Green #988661

Tints of Granite Green #988661

Color information

#988661 (or 0x988661) is unknown color: approx Granite Green. HEX triplet: 98, 86 and 61. RGB value is (152,134,97). Sum of RGB (Red+Green+Blue) = 152+134+97=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #988661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988661 is #67799E. Grayscale: #878787. Windows color (decimal): -6781343 or 6391448. OLE color: 6391448.

HSL color Cylindrical-coordinate representation of color #988661: hue angle of 40.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988661 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15213497-
CMYK00.120.360.40
HSL40.36º22.09%48.82%-
HSV(B)40.36º36.18%59.61%-
XYZ23.6324.5914.81-
YUV135.16106.46140.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=39.69%
G=34.99%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521349700.120.360.4040.3622.0948.82
Hex9886610C2428281631
Octal2302061410144450502661
Binary100110001000011011000010110010010010100010100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988661; }

 p { color: rgb(152,134,97); }

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

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

 a { background-color: rgb(152,134,97); }

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

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

 span { border-color: rgb(152,134,97); }

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