#98A063

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

Shades of Green Smoke #98A063

Tints of Green Smoke #98A063

Color information

#98A063 (or 0x98A063) is unknown color: approx Green Smoke. HEX triplet: 98, A0 and 63. RGB value is (152,160,99). Sum of RGB (Red+Green+Blue) = 152+160+99=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #98A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A063 is #675F9C. Grayscale: #969696. Windows color (decimal): -6774685 or 6529176. OLE color: 6529176.

HSL color Cylindrical-coordinate representation of color #98A063: hue angle of 67.87º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98A063 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB15216099-
CMYK0.0500.380.37
HSL67.87º24.3%50.78%-
HSV(B)67.87º38.12%62.75%-
XYZ27.7732.7216.66-
YUV150.6598.85128.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=36.98%
G=38.93%
B=24.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152160990.0500.380.3767.8724.350.78
Hex98A063502625441833
Octal2302401435046451043063
Binary100110001010000011000111010100110100101100010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A063; }

 p { color: rgb(152,160,99); }

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

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

 a { background-color: rgb(152,160,99); }

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

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

 span { border-color: rgb(152,160,99); }

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