#97A541

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

Shades of Wasabi #97A541

Tints of Wasabi #97A541

Color information

#97A541 (or 0x97A541) is unknown color: approx Wasabi. HEX triplet: 97, A5 and 41. RGB value is (151,165,65). Sum of RGB (Red+Green+Blue) = 151+165+65=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #97A541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A541 is #685ABE. Grayscale: #959595. Windows color (decimal): -6838975 or 4302231. OLE color: 4302231.

HSL color Cylindrical-coordinate representation of color #97A541: hue angle of 68.4º degrees, saturation: 0.43, 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 #97A541 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB15116565-
CMYK0.0800.610.35
HSL68.4º43.48%45.1%-
HSV(B)68.4º60.61%64.71%-
XYZ27.1733.8710.11-
YUV149.4180.36129.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=39.63%
G=43.31%
B=17.06%

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
Decimal151165650.0800.610.3568.443.4845.1
Hex97A541803D23442b2d
Octal22724510110075431045355
Binary10010111101001011000001100001111011000111000100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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