#99A568

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

Shades of Green Smoke #99A568

Tints of Green Smoke #99A568

Color information

#99A568 (or 0x99A568) is unknown color: approx Green Smoke. HEX triplet: 99, A5 and 68. RGB value is (153,165,104). Sum of RGB (Red+Green+Blue) = 153+165+104=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #99A568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A568 is #665A97. Grayscale: #9A9A9A. Windows color (decimal): -6707864 or 6858137. OLE color: 6858137.

HSL color Cylindrical-coordinate representation of color #99A568: hue angle of 71.8º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99A568 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB153165104-
CMYK0.0700.370.35
HSL71.8º25.31%52.75%-
HSV(B)71.8º36.97%64.71%-
XYZ29.0934.6818.26-
YUV154.4699.52126.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=36.26%
G=39.10%
B=24.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531651040.0700.370.3571.825.3152.75
Hex99A568702523481935
Octal2312451507045431103165
Binary100110011010010111010001110100101100011100100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,165,104); }

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

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

 a { background-color: rgb(153,165,104); }

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

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

 span { border-color: rgb(153,165,104); }

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