#99A05F

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

Shades of Green Smoke #99A05F

Tints of Green Smoke #99A05F

Color information

#99A05F (or 0x99A05F) is unknown color: approx Green Smoke. HEX triplet: 99, A0 and 5F. RGB value is (153,160,95). Sum of RGB (Red+Green+Blue) = 153+160+95=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #99A05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A05F is #665FA0. Grayscale: #969696. Windows color (decimal): -6709153 or 6267033. OLE color: 6267033.

HSL color Cylindrical-coordinate representation of color #99A05F: hue angle of 66.46º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99A05F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB15316095-
CMYK0.0400.410.37
HSL66.46º25.49%50%-
HSV(B)66.46º40.62%62.75%-
XYZ27.7732.7415.68-
YUV150.596.68129.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=37.5%
G=39.22%
B=23.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal153160950.0400.410.3766.4625.4950
Hex99A05F402925421932
Octal2312401374051451023162
Binary100110011010000010111111000101001100101100001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,160,95); }

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

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

 a { background-color: rgb(153,160,95); }

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

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

 span { border-color: rgb(153,160,95); }

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