#99A360

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

Shades of Green Smoke #99A360

Tints of Green Smoke #99A360

Color information

#99A360 (or 0x99A360) is unknown color: approx Green Smoke. HEX triplet: 99, A3 and 60. RGB value is (153,163,96). Sum of RGB (Red+Green+Blue) = 153+163+96=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 163 - color contains mainly: green. Hex color #99A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A360 is #665C9F. Grayscale: #989898. Windows color (decimal): -6708384 or 6333337. OLE color: 6333337.

HSL color Cylindrical-coordinate representation of color #99A360: hue angle of 68.96º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99A360 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB15316396-
CMYK0.0600.410.36
HSL68.96º26.69%50.78%-
HSV(B)68.96º41.1%63.92%-
XYZ28.3533.8116.1-
YUV152.3796.19128.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 163 (64.06% from 255) = 39.56%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=37.14%
G=39.56%
B=23.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153163960.0600.410.3668.9626.6950.78
Hex99A360602924451b33
Octal2312431406051441053363
Binary100110011010001111000001100101001100100100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A360; }

 p { color: rgb(153,163,96); }

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

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

 a { background-color: rgb(153,163,96); }

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

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

 span { border-color: rgb(153,163,96); }

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