#95A745

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

Shades of Wasabi #95A745

Tints of Wasabi #95A745

Color information

#95A745 (or 0x95A745) is unknown color: approx Wasabi. HEX triplet: 95, A7 and 45. RGB value is (149,167,69). Sum of RGB (Red+Green+Blue) = 149+167+69=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #95A745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A745 is #6A58BA. Grayscale: #969696. Windows color (decimal): -6969531 or 4564885. OLE color: 4564885.

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

Color convert

RGB14916769-
CMYK0.1100.590.35
HSL71.02º41.53%46.27%-
HSV(B)71.02º58.68%65.49%-
XYZ27.2934.4610.84-
YUV150.4582.04126.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=38.70%
G=43.38%
B=17.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149167690.1100.590.3571.0241.5346.27
Hex95A745B03B23472a2e
Octal22524710513073431075256
Binary10010101101001111000101101101110111000111000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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