#97A542

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

Shades of Wasabi #97A542

Tints of Wasabi #97A542

Color information

#97A542 (or 0x97A542) is unknown color: approx Wasabi. HEX triplet: 97, A5 and 42. RGB value is (151,165,66). Sum of RGB (Red+Green+Blue) = 151+165+66=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #97A542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A542 is #685ABD. Grayscale: #959595. Windows color (decimal): -6838974 or 4367767. OLE color: 4367767.

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

Color convert

RGB15116566-
CMYK0.0800.600.35
HSL68.48º42.86%45.29%-
HSV(B)68.48º60%64.71%-
XYZ27.233.8810.26-
YUV149.5380.86129.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=39.53%
G=43.19%
B=17.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165660.0800.600.3568.4842.8645.29
Hex97A542803C23442b2d
Octal22724510210074431045355
Binary10010111101001011000010100001111001000111000100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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