#95AC66

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

Shades of Green Smoke #95AC66

Tints of Green Smoke #95AC66

Color information

#95AC66 (or 0x95AC66) is unknown color: approx Green Smoke. HEX triplet: 95, AC and 66. RGB value is (149,172,102). Sum of RGB (Red+Green+Blue) = 149+172+102=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AC66 is #6A5399. Grayscale: #9D9D9D. Windows color (decimal): -6968218 or 6728853. OLE color: 6728853.

HSL color Cylindrical-coordinate representation of color #95AC66: hue angle of 79.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95AC66 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB149172102-
CMYK0.1300.410.33
HSL79.71º29.66%53.73%-
HSV(B)79.71º40.7%67.45%-
XYZ29.5536.8518.13-
YUV157.1496.88122.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=35.22%
G=40.66%
B=24.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721020.1300.410.3379.7129.6653.73
Hex95AC66D02921501e36
Octal22525414615051411203666
Binary1001010110101100110011011010101001100001101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AC66; }

 p { color: rgb(149,172,102); }

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

<style>
 a { background-color: #95AC66; }

 a { background-color: rgb(149,172,102); }

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

<style>
 span { border-color: #95AC66; }

 span { border-color: rgb(149,172,102); }

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