#7F943A

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

Shades of Wasabi #7F943A

Tints of Wasabi #7F943A

Color information

#7F943A (or 0x7F943A) is unknown color: approx Wasabi. HEX triplet: 7F, 94 and 3A. RGB value is (127,148,58). Sum of RGB (Red+Green+Blue) = 127+148+58=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #7F943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F943A is #806BC5. Grayscale: #838383. Windows color (decimal): -8416198 or 3839103. OLE color: 3839103.

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

Color convert

RGB12714858-
CMYK0.1400.610.42
HSL74º43.69%40.39%-
HSV(B)74º60.81%58.04%-
XYZ20.11267.96-
YUV131.4686.54124.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.14%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=38.14%
G=44.44%
B=17.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127148580.1400.610.427443.6940.39
Hex7F943AE03D2A4a2c28
Octal1772247216075521125450
Binary111111110010100111010111001111011010101001010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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