#95A64E

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

Shades of Green Smoke #95A64E

Tints of Green Smoke #95A64E

Color information

#95A64E (or 0x95A64E) is unknown color: approx Green Smoke. HEX triplet: 95, A6 and 4E. RGB value is (149,166,78). Sum of RGB (Red+Green+Blue) = 149+166+78=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #95A64E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A64E is #6A59B1. Grayscale: #979797. Windows color (decimal): -6969778 or 5154453. OLE color: 5154453.

HSL color Cylindrical-coordinate representation of color #95A64E: hue angle of 71.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95A64E is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB14916678-
CMYK0.1000.530.35
HSL71.59º36.07%47.84%-
HSV(B)71.59º53.01%65.1%-
XYZ27.4134.2112.37-
YUV150.8886.87126.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 166 (65.23% from 255) = 42.24%
BLUE value IS 78 (30.86% from 255) = 19.85%
R=37.91%
G=42.24%
B=19.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149166780.1000.530.3571.5936.0747.84
Hex95A64EA03523482430
Octal22524611612065431104460
Binary10010101101001101001110101001101011000111001000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,78); }

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

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

 a { background-color: rgb(149,166,78); }

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

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

 span { border-color: rgb(149,166,78); }

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