#7F944A

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

Shades of Wasabi #7F944A

Tints of Wasabi #7F944A

Color information

#7F944A (or 0x7F944A) is unknown color: approx Wasabi. HEX triplet: 7F, 94 and 4A. RGB value is (127,148,74). Sum of RGB (Red+Green+Blue) = 127+148+74=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 148 - color contains mainly: green. Hex color #7F944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F944A is #806BB5. Grayscale: #858585. Windows color (decimal): -8416182 or 4887679. OLE color: 4887679.

HSL color Cylindrical-coordinate representation of color #7F944A: hue angle of 77.03º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F944A is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12714874-
CMYK0.1400.500.42
HSL77.03º33.33%43.53%-
HSV(B)77.03º50%58.04%-
XYZ20.5826.1910.45-
YUV133.2894.54123.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=36.39%
G=42.41%
B=21.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127148740.1400.500.4277.0333.3343.53
Hex7F944AE0322A4d212c
Octal17722411216062521154154
Binary1111111100101001001010111001100101010101001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,148,74); }

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

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

 a { background-color: rgb(127,148,74); }

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

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

 span { border-color: rgb(127,148,74); }

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