#7F9347

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

Shades of Wasabi #7F9347

Tints of Wasabi #7F9347

Color information

#7F9347 (or 0x7F9347) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 47. RGB value is (127,147,71). Sum of RGB (Red+Green+Blue) = 127+147+71=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9347 is #806CB8. Grayscale: #848484. Windows color (decimal): -8416441 or 4690815. OLE color: 4690815.

HSL color Cylindrical-coordinate representation of color #7F9347: hue angle of 75.79º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F9347 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB12714771-
CMYK0.1400.520.42
HSL75.79º34.86%42.75%-
HSV(B)75.79º51.7%57.65%-
XYZ20.3225.839.88-
YUV132.3693.37124.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=36.81%
G=42.61%
B=20.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147710.1400.520.4275.7934.8642.75
Hex7F9347E0342A4c232b
Octal17722310716064521144353
Binary1111111100100111000111111001101001010101001100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,147,71); }

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

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

 a { background-color: rgb(127,147,71); }

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

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

 span { border-color: rgb(127,147,71); }

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