#95A76B

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

Shades of Green Smoke #95A76B

Tints of Green Smoke #95A76B

Color information

#95A76B (or 0x95A76B) is unknown color: approx Green Smoke. HEX triplet: 95, A7 and 6B. RGB value is (149,167,107). Sum of RGB (Red+Green+Blue) = 149+167+107=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #95A76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A76B is #6A5894. Grayscale: #9B9B9B. Windows color (decimal): -6969493 or 7055253. OLE color: 7055253.

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

Color convert

RGB149167107-
CMYK0.1100.360.35
HSL78º25.42%53.73%-
HSV(B)78º35.93%65.49%-
XYZ28.8735.0919.16-
YUV154.78101.04123.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=35.22%
G=39.48%
B=25.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491671070.1100.360.357825.4253.73
Hex95A76BB024234e1936
Octal22524715313044431163166
Binary1001010110100111110101110110100100100011100111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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