#7F9149

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

Shades of Wasabi #7F9149

Tints of Wasabi #7F9149

Color information

#7F9149 (or 0x7F9149) is unknown color: approx Wasabi. HEX triplet: 7F, 91 and 49. RGB value is (127,145,73). Sum of RGB (Red+Green+Blue) = 127+145+73=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9149 is #806EB6. Grayscale: #838383. Windows color (decimal): -8416951 or 4821375. OLE color: 4821375.

HSL color Cylindrical-coordinate representation of color #7F9149: hue angle of 75º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9149 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB12714573-
CMYK0.1200.500.43
HSL75º33.03%42.75%-
HSV(B)75º49.66%56.86%-
XYZ20.0825.2410.12-
YUV131.4195.04124.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=36.81%
G=42.03%
B=21.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127145730.1200.500.437533.0342.75
Hex7F9149C0322B4b212b
Octal17722111114062531134153
Binary1111111100100011001001110001100101010111001011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9149; }

 p { color: rgb(127,145,73); }

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

<style>
 a { background-color: #7F9149; }

 a { background-color: rgb(127,145,73); }

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

<style>
 span { border-color: #7F9149; }

 span { border-color: rgb(127,145,73); }

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