#97A540

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

Shades of Wasabi #97A540

Tints of Wasabi #97A540

Color information

#97A540 (or 0x97A540) is unknown color: approx Wasabi. HEX triplet: 97, A5 and 40. RGB value is (151,165,64). Sum of RGB (Red+Green+Blue) = 151+165+64=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #97A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A540 is #685ABF. Grayscale: #959595. Windows color (decimal): -6838976 or 4236695. OLE color: 4236695.

HSL color Cylindrical-coordinate representation of color #97A540: hue angle of 68.32º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97A540 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB15116564-
CMYK0.0800.610.35
HSL68.32º44.1%44.9%-
HSV(B)68.32º61.21%64.71%-
XYZ27.1433.869.96-
YUV149.379.86129.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=39.74%
G=43.42%
B=16.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165640.0800.610.3568.3244.144.9
Hex97A540803D23442c2d
Octal22724510010075431045455
Binary10010111101001011000000100001111011000111000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A540; }

 p { color: rgb(151,165,64); }

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

<style>
 a { background-color: #97A540; }

 a { background-color: rgb(151,165,64); }

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

<style>
 span { border-color: #97A540; }

 span { border-color: rgb(151,165,64); }

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