#95A75F

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

Shades of Green Smoke #95A75F

Tints of Green Smoke #95A75F

Color information

#95A75F (or 0x95A75F) is unknown color: approx Green Smoke. HEX triplet: 95, A7 and 5F. RGB value is (149,167,95). Sum of RGB (Red+Green+Blue) = 149+167+95=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #95A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A75F is #6A58A0. Grayscale: #999999. Windows color (decimal): -6969505 or 6268821. OLE color: 6268821.

HSL color Cylindrical-coordinate representation of color #95A75F: hue angle of 75º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95A75F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB14916795-
CMYK0.1100.430.35
HSL75º29.03%51.37%-
HSV(B)75º43.11%65.49%-
XYZ28.2834.8516.06-
YUV153.4195.04124.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=36.25%
G=40.63%
B=23.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149167950.1100.430.357529.0351.37
Hex95A75FB02B234b1d33
Octal22524713713053431133563
Binary1001010110100111101111110110101011100011100101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,167,95); }

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

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

 a { background-color: rgb(149,167,95); }

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

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

 span { border-color: rgb(149,167,95); }

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