#99A168

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

Shades of Green Smoke #99A168

Tints of Green Smoke #99A168

Color information

#99A168 (or 0x99A168) is unknown color: approx Green Smoke. HEX triplet: 99, A1 and 68. RGB value is (153,161,104). Sum of RGB (Red+Green+Blue) = 153+161+104=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #99A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A168 is #665E97. Grayscale: #989898. Windows color (decimal): -6708888 or 6857113. OLE color: 6857113.

HSL color Cylindrical-coordinate representation of color #99A168: hue angle of 68.42º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99A168 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB153161104-
CMYK0.0500.350.37
HSL68.42º23.27%51.96%-
HSV(B)68.42º35.4%63.14%-
XYZ28.3833.2618.02-
YUV152.11100.85128.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=36.60%
G=38.52%
B=24.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531611040.0500.350.3768.4223.2751.96
Hex99A168502325441734
Octal2312411505043451042764
Binary100110011010000111010001010100011100101100010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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