#95AC68

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

Shades of Green Smoke #95AC68

Tints of Green Smoke #95AC68

Color information

#95AC68 (or 0x95AC68) is unknown color: approx Green Smoke. HEX triplet: 95, AC and 68. RGB value is (149,172,104). Sum of RGB (Red+Green+Blue) = 149+172+104=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AC68 is #6A5397. Grayscale: #9D9D9D. Windows color (decimal): -6968216 or 6859925. OLE color: 6859925.

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

Color convert

RGB149172104-
CMYK0.1300.400.33
HSL80.29º29.06%54.12%-
HSV(B)80.29º39.53%67.45%-
XYZ29.6536.8918.66-
YUV157.3797.88122.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=35.06%
G=40.47%
B=24.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721040.1300.400.3380.2929.0654.12
Hex95AC68D02821501d36
Octal22525415015050411203566
Binary1001010110101100110100011010101000100001101000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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