#988964

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

Shades of Granite Green #988964

Tints of Granite Green #988964

Color information

#988964 (or 0x988964) is unknown color: approx Granite Green. HEX triplet: 98, 89 and 64. RGB value is (152,137,100). Sum of RGB (Red+Green+Blue) = 152+137+100=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #988964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988964 is #67769B. Grayscale: #898989. Windows color (decimal): -6780572 or 6588824. OLE color: 6588824.

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

Color convert

RGB152137100-
CMYK00.100.340.40
HSL42.69º20.63%49.41%-
HSV(B)42.69º34.21%59.61%-
XYZ24.1925.4915.7-
YUV137.27106.97138.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=39.07%
G=35.22%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213710000.100.340.4042.6920.6349.41
Hex9889640A22282b1531
Octal2302111440124250532561
Binary100110001000100111001000101010001010100010101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988964; }

 p { color: rgb(152,137,100); }

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

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

 a { background-color: rgb(152,137,100); }

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

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

 span { border-color: rgb(152,137,100); }

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