#99A467

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

Shades of Green Smoke #99A467

Tints of Green Smoke #99A467

Color information

#99A467 (or 0x99A467) is unknown color: approx Green Smoke. HEX triplet: 99, A4 and 67. RGB value is (153,164,103). Sum of RGB (Red+Green+Blue) = 153+164+103=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #99A467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A467 is #665B98. Grayscale: #999999. Windows color (decimal): -6708121 or 6792345. OLE color: 6792345.

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

Color convert

RGB153164103-
CMYK0.0700.370.36
HSL70.82º25.1%52.35%-
HSV(B)70.82º37.2%64.31%-
XYZ28.8634.317.93-
YUV153.7699.36127.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=36.43%
G=39.05%
B=24.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531641030.0700.370.3670.8225.152.35
Hex99A467702524471934
Octal2312441477045441073164
Binary100110011010010011001111110100101100100100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,164,103); }

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

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

 a { background-color: rgb(153,164,103); }

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

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

 span { border-color: rgb(153,164,103); }

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