#7f8a41

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

Shades of Wasabi #7F8A41

Tints of Wasabi #7F8A41

Color information

#7F8A41 (or 0x7F8A41) is unknown color: approx Wasabi. HEX triplet: 7F, 8A and 41. RGB value is (127,138,65). Sum of RGB (Red+Green+Blue) = 127+138+65=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A41 is #8075BE. Grayscale: #7E7E7E. Windows color (decimal): -8418751 or 4295295. OLE color: 4295295.

HSL color Cylindrical-coordinate representation of color #7F8A41: hue angle of 69.04º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F8A41 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB12713865-
CMYK0.0800.530.46
HSL69.04º35.96%39.8%-
HSV(B)69.04º52.9%54.12%-
XYZ18.823.078.46-
YUV126.3993.36128.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=38.48%
G=41.82%
B=19.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138650.0800.530.4669.0435.9639.8
Hex7F8A4180352E452428
Octal17721210110065561054450
Binary1111111100010101000001100001101011011101000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f8a41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,65); }

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

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

 a { background-color: rgb(127,138,65); }

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

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

 span { border-color: rgb(127,138,65); }

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